DataSourceControl.IDataSource.DataSourceChanged Event
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs when a data source control has changed in a way that affects data-bound controls.
Assembly: System.Web (in System.Web.dll)
private abstract DataSourceChanged : IEvent<EventHandler, EventArgs> private override DataSourceChanged : IEvent<EventHandler, EventArgs>
Implements
IDataSource.DataSourceChangedThis event is raised when the underlying data source has changed. The change may be due to a change in the control's properties or a change in the data due to an edit action performed by the DataSourceControl.
.NET Framework
Available since 2.0
Available since 2.0
Show: