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.
Parses and processes the specified event arguments when a form in the Web Part is submitted.
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 Subsystems
Dim eventArgument As String
instance.RaisePostBackEvent(eventArgument)
public void RaisePostBackEvent(
string eventArgument
)
Parameters
- eventArgument
Type: System.String
An event argument.
Implements
IPostBackEventHandler.RaisePostBackEvent(String)
Remarks
Possible values for eventArgument are UpdateScopes, AutoUpdateScopes, OnDemandUpdateScopes, AlertsOn, AlertsOff, UsageOn, and UsageOff.