ListFormWebPart.IDesignerEventAccessor.OnDesignerLoad Method

Represents the event raised when the OnLoadComplete method of the control is called.

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

Syntax

'Declaration
Private Sub OnDesignerLoad ( _
    e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerLoad
'Usage
Dim instance As ListFormWebPart
Dim e As EventArgs

CType(instance, IDesignerEventAccessor).OnDesignerLoad(e)
void IDesignerEventAccessor.OnDesignerLoad(
    EventArgs e
)

Parameters

Implements

IDesignerEventAccessor.OnDesignerLoad(EventArgs)

Remarks

This method calls the OnLoad method of the control and calls the IDesignerEventAccessor.OnDesignerLoad(EventArgs) of the child controls recursively to invoke their OnLoad methods.

This member is an explicit interface member implementation. It can be used only when the ListFormWebPart instance is cast to an IDesignerEventAccessor interface.

See Also

Reference

ListFormWebPart Class

ListFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace