ListViewWebPart.RaiseCallbackEvent Method
Creates the arguments for the callback handler in the GetCallbackResult() method.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub RaiseCallbackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As ListViewWebPart
Dim eventArgument As String
instance.RaiseCallbackEvent(eventArgument)
public void RaiseCallbackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringA string that represents an event argument to pass to the event handler.
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
Remarks
The method is used to create the arguments for the callback handler in the GetCallbackResult() method.