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
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsAn EventArgs that contains the event data.
Remarks
Suppresses the date portion of DateTimeField child controls when the control mode is not Display.