Share via


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 呼叫 或 RefreshSchema 方法, SuppressDataSourceEvents 以設定 屬性。

適用於

另請參閱