Share via


AclEditor.OnLoad method

Raises the Load event.

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

Syntax

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

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

Parameters

Remarks

This override initializes the child controls of the AclEditor.

Raising an event invokes the event handler through a delegate. The OnLoad method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. Notes for Inheritors When overriding OnLoad in a derived class, be sure to call the base class's OnLoad method so that registered delegates receive the event.

See also

Reference

AclEditor class

AclEditor members

Microsoft.SharePoint.WebControls namespace