Share via


FormsAuthenticationControl.RaisePostBackEvent Method

Notifies the control that it should handle an incoming postback event.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As FormsAuthenticationControl
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
    string eventArgument
)

Parameters

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See Also

Reference

FormsAuthenticationControl Class

FormsAuthenticationControl Members

Microsoft.Office.Server.Search.WebControls Namespace