ListObject::DataSourceChanged Event

 

Occurs when the value of the DataSource property changes.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

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

This event is raised if the DataSource property is changed by either a programmatic modification or user interaction.

Return to top
Show: