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
e
Type: System.EventArgsThe EventArgs object that contains the event data.
Remarks
This override determines whether the filter is currently active and then sets the visibility of the filter active and filter inactive images accordingly.