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.
Handles the RowCreated event.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub OnRowCreated ( _
e As GridViewRowEventArgs _
)
'Usage
Dim e As GridViewRowEventArgs
Me.OnRowCreated(e)
protected override void OnRowCreated(
GridViewRowEventArgs e
)
Parameters
e
Type: System.Web.UI.WebControls.GridViewRowEventArgsThe data for the event.
Remarks
This override calls the OnRowCreated() method of the base class.