LayoutsPageBase.OnPreInit method

Represents that method that handles the PreInit event.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub OnPreInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnPreInit(e)
protected override void OnPreInit(
    EventArgs e
)

Parameters

Remarks

In addition to calling the base method, the OnPreInit handler calls CheckRights if RightsCheckMode is set to OnPreInit.

See also

Reference

LayoutsPageBase class

LayoutsPageBase members

Microsoft.SharePoint.WebControls namespace