SPGridView.RaisePostBackEventInternal method

Internal method that actually handles the postback event from the client and is callable from a derived class.

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

Syntax

'Declaration
Protected Sub RaisePostBackEventInternal ( _
    eventArgument As String _
)
'Usage
Dim eventArgument As String

Me.RaisePostBackEventInternal(eventArgument)
protected void RaisePostBackEventInternal(
    string eventArgument
)

Parameters

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace