Skip to main content
All docs
V23.2

CellValueChangedArgs(Object, String, Object, Object) Constructor

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

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public CellValueChangedArgs(
    object item,
    string fieldName,
    object value,
    object oldValue
)

Parameters

Name Type
item Object
fieldName String
value Object
oldValue Object
See Also