Share via


SPGridView.InvokeCallbackEvent method

Handles the callback event from the client.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Function InvokeCallbackEvent ( _
    eventArgument As String _
) As String
'Usage
Dim eventArgument As String
Dim returnValue As String

returnValue = Me.InvokeCallbackEvent(eventArgument)
protected string InvokeCallbackEvent(
    string eventArgument
)

Parameters

Return value

Type: System.String
A string containing the callback output.

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace