AllDayEventField.OnLoadComplete Method
Handles the load completion event of the AllDayEventField object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub OnLoadComplete ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim sender As Object
Dim e As EventArgs
Me.OnLoadComplete(sender, e)
protected virtual void OnLoadComplete(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectAn object that represents the event originator.
e
Type: System.EventArgsAn EventArgs object that represents information about the event.