Share via


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)

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.String

    A 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.

See also

Reference

ListViewWebPart class

ListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace