IDataSource::DataSourceChanged Event
.NET Framework (current version)
Occurs when a data source control has changed in some way that affects data-bound controls.
Assembly: System.Web (in System.Web.dll)
The DataSourceChanged event is raised when the properties of a data-bound control or the underlying data has changed in some way that affects the data bindings between a data-bound control and its data. For example, the event is raised if a file name property, such as the DataFile property, is changed on a file-based data source control.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: