DeltaPage.OnPreInit method
This member overrides Page.OnPreInit(EventArgs).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub OnPreInit ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnPreInit(e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void OnPreInit(
EventArgs e
)
Parameters
- e
Type: System.EventArgs