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
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Private Sub OnDesignerPreRender ( _
e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerPreRender
'Usage
Dim instance As SearchResultsBaseWebPart
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerPreRender(e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
void IDesignerEventAccessor.OnDesignerPreRender(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe event data.
Implements
IDesignerEventAccessor.OnDesignerPreRender(EventArgs)
See Also
Reference
SearchResultsBaseWebPart Class