Skip to main content
A newer version of this page is available. .

RowEventArgs(Int32) Constructor

Creates a new RowEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public RowEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value representing the row’s handle. This value is assigned to the RowEventArgs.RowHandle property.

Remarks

RowEventArgs class instances are automatically created, initialized and passed to events that require a row handle as the parameter.

See Also