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)
Available in Sandboxed Solutions: No
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
e
Type: System.EventArgsThe event arguments.
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.