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 data storage that the IHierarchicalDataSource interface represents has changed.
public:
event EventHandler ^ DataSourceChanged;
event EventHandler DataSourceChanged;
member this.DataSourceChanged : EventHandler
Event DataSourceChanged As EventHandler
Event Type
Remarks
The DataSourceChanged event is raised when a change is made to the data source control's properties, such as changing the DataFile property of an XmlDataSource control, or changing the data in the underlying data storage, which happens when XML nodes are changed by an edit action performed by an XmlDataSource control.