BindingSource::DataSourceChanged Event

 

Occurs when the DataSource property value has changed.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
event EventHandler^ DataSourceChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The DataSourceChanged event occurs after the DataSource property changes.

For more information about handling events, see Handling and Raising Events.

.NET Framework
Available since 2.0
Return to top
Show: