WikiEditPage.OnInitComplete Method
Handles the InitComplete event that is raised after page initialization.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnInitComplete ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnInitComplete(e)
protected override void OnInitComplete(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe event data.
Remarks
This method calls the OnInitComplete method of the base class so that registered delegates can receive this event.