SPGridView.OnRowCreated Method

Raises the RowCreated event.

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

Syntax

'Declaration
Protected Overrides Sub OnRowCreated ( _
    args As GridViewRowEventArgs _
)
'Usage
Dim args As GridViewRowEventArgs

Me.OnRowCreated(args)
protected override void OnRowCreated(
    GridViewRowEventArgs args
)

Parameters

See Also

Reference

SPGridView Class

SPGridView Members

Microsoft.SharePoint.WebControls Namespace