Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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