Back to Devexpress

CellEditorValueChangingArgs Class

corelibraries-devexpress-dot-mvvm-dot-xpf.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
public class CellEditorValueChangingArgs :
    CellValueChangedArgs
vb
Public Class CellEditorValueChangingArgs
    Inherits CellValueChangedArgs

Remarks

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

Inheritance

Object CellValueChangedArgs CellEditorValueChangingArgs

See Also

CellEditorValueChangingArgs Members

DevExpress.Mvvm.Xpf Namespace