次の方法で共有


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、 または RefreshSchema メソッドをSuppressDataSourceEvents引数 trueとして呼び出すことによって設定できます。

適用対象

こちらもご覧ください