IDesignerEventAccessor.OnDesignerLoad Method

Represents the event raised when the OnLoadComplete method of the control is called. Implementations of this method can call the OnLoad method of the control.

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

Syntax

'Declaration
Sub OnDesignerLoad ( _
    e As EventArgs _
)
'Usage
Dim instance As IDesignerEventAccessor
Dim e As EventArgs

instance.OnDesignerLoad(e)
void OnDesignerLoad(
    EventArgs e
)

Parameters

See Also

Reference

IDesignerEventAccessor Interface

IDesignerEventAccessor Members

Microsoft.SharePoint.WebControls Namespace