DateTimeControl.IDesignerEventAccessor.OnDesignerLoad Method
Raises an event when the control designer loads.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Sub OnDesignerLoad ( _
e As EventArgs _
) Implements IDesignerEventAccessor.OnDesignerLoad
'Usage
Dim instance As DateTimeControl
Dim e As EventArgs
CType(instance, IDesignerEventAccessor).OnDesignerLoad(e)
void IDesignerEventAccessor.OnDesignerLoad(
EventArgs e
)
Parameters
e
Type: System.EventArgsAn EventArgs object that contains the event data.
Implements
IDesignerEventAccessor.OnDesignerLoad(EventArgs)