HierarchicalDataSourceDesigner.SuppressingDataSourceEvents Property
.NET Framework 3.0
Indicates whether data source events have been disabled.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ protected boolean get_SuppressingDataSourceEvents ()
protected function get SuppressingDataSourceEvents () : boolean
Not applicable.
Property Value
true if the DataSourceChanged or SchemaRefreshed event has been disabled; otherwise, false.Community Additions
ADD
Show: