Skip to main content

LayoutViewCustomCardLayoutEventArgs(Int32, LayoutViewCardDifferences) Constructor

Initializes a new instance of the LayoutViewCustomCardLayoutEventArgs class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutViewCustomCardLayoutEventArgs(
    int rowHandle,
    LayoutViewCardDifferences differences
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the handle of the current card. This value is assigned to the CardCaptionImageEventArgs.RowHandle property.

differences LayoutViewCardDifferences

A LayoutViewCardDifferences object that specifies differences made in the current card. This value is assigned to the LayoutViewCustomCardLayoutEventArgs.CardDifferences property.

See Also