Skip to main content
All docs
V24.2

CellValueChangedInEditFormArgs(Object, String, Object, Object, CellEditorData[]) Constructor

In This Article

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public CellValueChangedInEditFormArgs(
    object item,
    string fieldName,
    object value,
    object oldValue,
    CellEditorData[] cellEditors
)

#Parameters

Name Type
item Object
fieldName String
value Object
oldValue Object
cellEditors CellEditorData[]
See Also