Share via


KeyFilterCompositeField.OnPreRender method

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 determines whether the filter is currently active and then sets the visibility of the filter active and filter inactive images accordingly.

See also

Reference

KeyFilterCompositeField class

KeyFilterCompositeField members

Microsoft.Office.Server.WebControls namespace