Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises an event after loading but before rendering.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnPreRender ( _
arguments As EventArgs _
)
'Usage
Dim arguments As EventArgs
Me.OnPreRender(arguments)
protected override void OnPreRender(
EventArgs arguments
)
Parameters
arguments
Type: System.EventArgsAn System.EventArgs object that contains the event data.