Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.