HierarchicalDataSourceDesigner.SuppressingDataSourceEvents Property

Definition

Indicates whether data source events have been disabled.

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

Property Value

true if the DataSourceChanged or SchemaRefreshed event has been disabled; otherwise, false.

Applies to

See also