IDataSourceDesigner::DataSourceChanged Event

 

Occurs when a data source has changed in a way that affects data-bound controls.

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

event EventHandler^ DataSourceChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The DataSourceChanged event occurs when the value of a field in the data source, or a property in the data-bound control that affects the data bindings to that field, has changed.

.NET Framework
Available since 2.0
Return to top
Show: