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 Load event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnLoad ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnLoad(e)
protected override void OnLoad(
EventArgs e
)
Parameters
e
Type: System.EventArgsAn EventArgs that contains the event data.
Remarks
This method calls the parent method OnLoad and, for the first request of the current page (that is, a nonpostback request), it initializes the Url property to a default string (that is not a valid URL) if it doesn't already have a value.