Share via


SPGridView.InvokeCallbackEvent Method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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

See Also

Reference

SPGridView Class

SPGridView Members

Microsoft.SharePoint.WebControls Namespace