Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
eventArgument
Type: System.StringThe event data.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
See Also
Reference
FormsAuthenticationControl Class