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