Share via


LargeListContextInformation.OnPreRender method

This member is reserved for internal use and is not intended to be used directly from your code. Raises the PreRender event.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.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

Remarks

This override renders the warning message in a GenericInformationBar control if a link to the SharePoint large list help topics is required; otherwise, the message is rendered with a literal control.

See also

Reference

LargeListContextInformation class

LargeListContextInformation members

Microsoft.Office.Server.WebControls namespace