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 the PreRender event for the button.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overrides Sub OnPreRender ( _
args As EventArgs _
)
'Usage
Dim args As EventArgs
Me.OnPreRender(args)
protected override void OnPreRender(
EventArgs args
)
args
Type: System.EventArgsAn EventArgs object that contains the event data.
This method notifies the server to perform any necessary pre-rendering steps prior to saving view state and rendering the content.