Share via


LevelHierarchyDataSource.DataSourceChanged event

Adds or removes an event handler when the data source changes.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Event DataSourceChanged As EventHandler
'Usage
Dim instance As LevelHierarchyDataSource
Dim handler As EventHandler

AddHandler instance.DataSourceChanged, handler
public event EventHandler DataSourceChanged

Implements

IDataSource.DataSourceChanged

See also

Reference

LevelHierarchyDataSource class

LevelHierarchyDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace