IHierarchicalDataSource.DataSourceChanged Event

Definition

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.

Applies to

See also