KeyFiltersControl.RaisePostBackEvent Method
Handles the post-back event for the KeyFiltersControl control when it posts back to the server.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Sub RaisePostBackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As KeyFiltersControl
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringThe String object that specifies that the value of the parameter is either "KeyFiltersApplyPostbackEvent" or "KeyFiltersClearPostbackEvent".
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
This method handles the post-back event when the user applies or clears the key filters.