Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents that method that handles the LoadComplete event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overrides Sub OnLoadComplete ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnLoadComplete(e)
protected override void OnLoadComplete(
EventArgs e
)
e
Type: System.EventArgsA EventArgs that contains the event data.
In addition to calling the base method, the OnLoadComplete handler calls CheckRights if RightsCheckMode is set to OnLoadComplete.