Share via


AllDayEventField.OnInit method

Handles the initialization event of the AllDayEventField object.

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

Syntax

'Declaration
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)

Parameters

  • e
    Type: System.EventArgs

    An EventArgs object that represents information about the event.

See also

Reference

AllDayEventField class

AllDayEventField members

Microsoft.SharePoint.WebControls namespace