IDesignerEventAccessor.OnDesignerPreRender Method
Represents the event raised when the Control Designer renders the preview of the control. Implementations of this method can call the OnPreRender method of the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Sub OnDesignerPreRender ( _
e As EventArgs _
)
'Usage
Dim instance As IDesignerEventAccessor
Dim e As EventArgs
instance.OnDesignerPreRender(e)
void OnDesignerPreRender(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe event arguments.
See Also
Reference
IDesignerEventAccessor Interface