FederatedResultsWebPart.IDesignerEventAccessor.OnDesignerPreRender Method

Raises an event after the control designer is loaded but prior to rendering.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Private Sub OnDesignerPreRender ( _
    e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerPreRender
'Usage
Dim instance As FederatedResultsWebPart
Dim e As EventArgs

CType(instance, IDesignerEventAccessor).OnDesignerPreRender(e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
void IDesignerEventAccessor.OnDesignerPreRender(
    EventArgs e
)

Parameters

Implements

IDesignerEventAccessor.OnDesignerPreRender(EventArgs)

See Also

Reference

FederatedResultsWebPart Class

FederatedResultsWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace