BaseXmlDataSource.IDataSource.DataSourceChanged event

Event is fired when the properties of the data source change.

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

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

Implements

IDataSource.DataSourceChanged

See also

Reference

BaseXmlDataSource class

BaseXmlDataSource members

Microsoft.SharePoint.WebControls namespace