HierarchicalDataSourceControl.IHierarchicalDataSource.DataSourceChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the HierarchicalDataSourceControl has changed in some way that affects data-bound controls.
event EventHandler System.Web.UI.IHierarchicalDataSource.DataSourceChanged;
member this.System.Web.UI.IHierarchicalDataSource.DataSourceChanged : EventHandler
Custom Event DataSourceChanged As EventHandler Implements System.Web.UI.IHierarchicalDataSource
Event Type
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the HierarchicalDataSourceControl instance is cast to an IHierarchicalDataSource interface.
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.