Back to Devexpress

CellValueChangedInEditFormEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-e763af21.md

latest1.6 KB
Original Source

CellValueChangedInEditFormEventArgs Class

Contains data for the CellValueChanging event that occurs when a user edits data in the Edit Form.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Inheritance

Object EventArgs RoutedEventArgs RowEventArgs CellValueEventArgs CellValueChangedEventArgs CellValueChangedInEditFormEventArgs

See Also

CellValueChangedInEditFormEventArgs Members

DevExpress.Xpf.Grid Namespace