ToolPane.OnPreRender method

Before rendering the toolpane. Called directly by the ASP.NET engine.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub OnPreRender ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnPreRender(e)
protected override void OnPreRender(
    EventArgs e
)

Parameters

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace