다음을 통해 공유


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