DataSourceDesigner.SuppressingDataSourceEvents 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否發生 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
自變數呼叫 SuppressDataSourceEvents 或 RefreshSchema 方法來設定 屬性。