Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that handles the LoadComplete() event of a Page 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.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.