Skip to main content
All docs
V23.2

RowCanceledArgs(Object, Int32) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public RowCanceledArgs(
    object item,
    int sourceIndex
)

Parameters

Name Type
item Object
sourceIndex Int32
See Also