WikiEditPage.OnInitComplete method

Handles the InitComplete event that is raised after page initialization.

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

Syntax

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

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

Parameters

Remarks

This method calls the OnInitComplete method of the base class so that registered delegates can receive this event.

See also

Reference

WikiEditPage class

WikiEditPage members

Microsoft.SharePoint.WebPartPages namespace