HierarchicalDataSourceDesigner::SuppressingDataSourceEvents Property

 

Indicates whether data source events have been disabled.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

protected:
property bool SuppressingDataSourceEvents {
	bool get();
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: