SPGridView.OnRowCreated method
Raises the RowCreated event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overrides Sub OnRowCreated ( _
args As GridViewRowEventArgs _
)
'Usage
Dim args As GridViewRowEventArgs
Me.OnRowCreated(args)
protected override void OnRowCreated(
GridViewRowEventArgs args
)
args
Type: System.Web.UI.WebControls.GridViewRowEventArgsAn EventArgs object that contains the RowCreated event data.