PickerDialog.OnPreRender Method
Initializes the user interface controls. This method is called whenever the PreRender event is raised.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnPreRender ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnPreRender(e)
protected override void OnPreRender(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe event arguments passed to the base class implementation of OnPreRender.
Remarks
A subclass can override this method to handle the PreRender event.