Share via


ListFormWebPart.IDesignerEventAccessor.OnDesignerPreRender method

Represents the event raised when the control designer renders the preview of the control.

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

Syntax

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

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

Parameters

Implements

IDesignerEventAccessor.OnDesignerPreRender(EventArgs)

Remarks

This method calls the OnPreRender method of the control and calls the IDesignerEventAccessor.OnDesignerPreRender(EventArgs) of the child controls recursively to invoke the OnPreRender method of each child.

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