FederatedResultsWebPart.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 FederatedResultsWebPart
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerLoad(e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
void IDesignerEventAccessor.OnDesignerLoad(
EventArgs e
)
Parameters
- e
Type: System.EventArgs
An EventArgs object that contains the event data.
Implements
IDesignerEventAccessor.OnDesignerLoad(EventArgs)