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
See Also
Reference
LevelHierarchyDataSource Class