다음을 통해 공유


MyGridView.OnRowCreated Method

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

Remarks

This override calls the OnRowCreated() method of the base class.

See Also

Reference

MyGridView Class

MyGridView Members

Microsoft.SharePoint.Portal.WebControls Namespace