Share via


AllDayEventField.OnLoadComplete method

Handles the load completion event of the AllDayEventField object.

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

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.Object

    An object that represents the event originator.

  • e
    Type: System.EventArgs

    An EventArgs object that represents information about the event.

See also

Reference

AllDayEventField class

AllDayEventField members

Microsoft.SharePoint.WebControls namespace