Compartilhar via


MetadataHierarchyDataSourceControl.DataSourceChanged Event

This member is reserved for internal use and is not intended to be used directly from your code. Occurs when a MetadataHierarchyDataSourceControl change has affected data-bound controls.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

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

AddHandler instance.DataSourceChanged, handler
public event EventHandler DataSourceChanged

Implements

IHierarchicalDataSource.DataSourceChanged

Remarks

The DataSourceChanged event is raised when a change is made to the properties of the data source control.

See Also

Reference

MetadataHierarchyDataSourceControl Class

MetadataHierarchyDataSourceControl Members

Microsoft.Office.Server.WebControls Namespace