Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Private Sub OnDesignerPreRender ( _
e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerPreRender
'Usage
Dim instance As QuerySuggestionsWebPart
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerPreRender(e)
void IDesignerEventAccessor.OnDesignerPreRender(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe event data.
Implements
IDesignerEventAccessor.OnDesignerPreRender(EventArgs)