Skip to main content
All docs
V25.2
  • CellEditorValueChangingArgs(Object, String, Object, Object) Constructor

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

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.2.dll

    Declaration

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

    Parameters

    Name Type Description
    item Object

    The target item.

    fieldName String

    The target field name.

    value Object

    The new cell editor value.

    oldValue Object

    The old cell editor value.

    See Also