QuerySuggestionsWebPart.IDesignerEventAccessor.OnDesignerLoad Method
Raises an event when the control designer loads.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Private Sub OnDesignerLoad ( _
e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerLoad
'Usage
Dim instance As QuerySuggestionsWebPart
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerLoad(e)
void IDesignerEventAccessor.OnDesignerLoad(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe event data.
Implements
IDesignerEventAccessor.OnDesignerLoad(EventArgs)