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

CardCaptionImageEventArgs(Int32, Object) Constructor

Initializes a new instance of the CardCaptionImageEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public CardCaptionImageEventArgs(
    int rowHandle,
    object list
)

Parameters

Name Type Description
rowHandle Int32

An integer value which identifies the processed card. This value is assigned to the CardCaptionImageEventArgs.RowHandle property.

list Object

An object which represents the source of images. This value is assigned to the CardCaptionImageEventArgs.ImageList property.

See Also