Skip to main content

CustomMasterRowEventArgs(Int32, Int32) Constructor

Creates a new instance of the CustomMasterRowEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public CustomMasterRowEventArgs(
    int rowHandle,
    int relationIndex
)

Parameters

Name Type Description
rowHandle Int32

An integer value representing a processed row handle. This value is assigned to the CustomRowCellEventArgs.RowHandle property.

relationIndex Int32

An integer value specifying the relation index that identifies the affected detail. This value is assigned to the CustomMasterRowEventArgs.RelationIndex property.

See Also