DataSourceDesigner.SuppressingDataSourceEvents 属性

定义

获取一个值,该值指示是否发生 DataSourceChanged 事件或 RefreshSchema(Boolean) 方法。

protected:
 property bool SuppressingDataSourceEvents { bool get(); };
protected bool SuppressingDataSourceEvents { get; }
member this.SuppressingDataSourceEvents : bool
Protected ReadOnly Property SuppressingDataSourceEvents As Boolean

属性值

如果事件被取消,则为 true;否则为 false

注解

SuppressingDataSourceEvents可以通过使用 参数true调用 SuppressDataSourceEventsRefreshSchema 方法来设置 属性。

适用于

另请参阅