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.
Accepts an event argument to raise a callback event that will be returned by the GetCallbackResult() method.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub RaiseCallbackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As SearchAdminDashboardWebpart
Dim eventArgument As String
instance.RaiseCallbackEvent(eventArgument)
public void RaiseCallbackEvent(
string eventArgument
)
Parameters
- eventArgument
Type: System.String
An event argument.
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
See Also
Reference
SearchAdminDashboardWebpart Class