BaseXmlDataSource.IDataSource.DataSourceChanged Event
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Event DataSourceChanged As EventHandler
Implements IDataSource.DataSourceChanged
'Usage
Dim instance As BaseXmlDataSource
Dim handler As EventHandler
AddHandler CType(instance, IDataSource).DataSourceChanged, handler
event EventHandlerIDataSource.DataSourceChanged