SPUserCodeWebPart.OnPreRender Method
Handles the PreRender event.
Namespace: Microsoft.SharePoint.WebPartPages
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 object that contains the event data.
Remarks
This method makes final changes to the contents of the object to ensure that the object is ready to be rendered to the client as HTML, and then invokes the PreRender event.