Skip to main content
All docs
V25.2
  • CellEditorValueChangingArgs Class

    Contains data for the command bound to the GridViewBase.CellEditorValueChangingCommand or TreeListView.CellEditorValueChangingCommand property.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.2.dll

    Declaration

    public class CellEditorValueChangingArgs :
        CellValueChangedArgs

    Remarks

    Commands bound to GridViewBase.CellEditorValueChangingCommand and TreeListView.CellEditorValueChangingCommand properties accept CellValueChangedArgs as a parameter.

    Inheritance

    Object
    CellValueChangedArgs
    CellEditorValueChangingArgs
    See Also