SPCalendarDataSource.RaiseDataSourceChangedEvent Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub RaiseDataSourceChangedEvent ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.RaiseDataSourceChangedEvent(e)
protected virtual void RaiseDataSourceChangedEvent(
EventArgs e
)
Parameters
- e
Type: System.EventArgs