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)

Syntax

'Declaration
Event DataSourceChanged As EventHandler
event EventHandler DataSourceChanged

Remarks

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

.NET Framework Security

See Also

Reference

ListObject Interface

Microsoft.Office.Tools.Excel Namespace