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
Remarks
Commands bound to GridViewBase.CellEditorValueChangingCommand and TreeListView.CellEditorValueChangingCommand properties accept CellValueChangedArgs as a parameter.
Inheritance
Object
CellValueChangedArgs
CellEditorValueChangingArgs
See Also