Share via


RecurrenceField.OnLoadComplete method

Represents the method that handles the LoadComplete() event of a Page 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

Remarks

Suppresses the date portion of DateTimeField child controls when the control mode is not Display.

See also

Reference

RecurrenceField class

RecurrenceField members

Microsoft.SharePoint.WebControls namespace