Share via


LayoutsPageBase.OnLoadComplete Method

Represents that method that handles the LoadComplete event.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Parameters

Remarks

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

See Also

Reference

LayoutsPageBase Class

LayoutsPageBase Members

Microsoft.SharePoint.WebControls Namespace