Back to Devexpress

CellEditorValueChangingEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-22393dd7.md

latest1.6 KB
Original Source

CellEditorValueChangingEventArgs Class

Contains data for the CellEditorValueChanging event.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class CellEditorValueChangingEventArgs :
    CellValueChangedEventArgs
vb
Public Class CellEditorValueChangingEventArgs
    Inherits CellValueChangedEventArgs

CellEditorValueChangingEventArgs is the data class for the following events:

Inheritance

Object EventArgs RoutedEventArgs RowEventArgs CellValueEventArgs CellValueChangedEventArgs CellEditorValueChangingEventArgs

See Also

CellEditorValueChangingEventArgs Members

DevExpress.Xpf.Grid Namespace