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