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
args
Type: System.Web.UI.WebControls.GridViewRowEventArgsAn EventArgs object that contains the RowCreated event data.