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 that method that handles the PreInit event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnPreInit ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnPreInit(e)
protected override void OnPreInit(
EventArgs e
)
Parameters
e
Type: System.EventArgsA EventArgs that contains the event data.
Remarks
In addition to calling the base method, the OnPreInit handler calls CheckRights if RightsCheckMode is set to OnPreInit.