SPCalendarDataSource.IDataSource.DataSourceChanged event

Raised when the underlying data source has changed. The change may be due to a change in the control's properties, or a change in the data due to an edit action performed by the DataSourceControl.

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 SPCalendarDataSource
Dim handler As EventHandler

AddHandler CType(instance, IDataSource).DataSourceChanged, handler
event EventHandlerIDataSource.DataSourceChanged

Implements

IDataSource.DataSourceChanged

See also

Reference

SPCalendarDataSource class

SPCalendarDataSource members

Microsoft.SharePoint.WebControls namespace