Skip to main content
All docs
V25.1
  • CellValueChangedInEditFormEventArgs(RoutedEvent, GridViewBase, Int32, GridColumn, Object, Object, CellEditorData[]) Constructor

    Initializes a new instance of the CellValueChangedInEditFormEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Grid

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public CellValueChangedInEditFormEventArgs(
        RoutedEvent routedEvent,
        GridViewBase view,
        int rowHandle,
        GridColumn column,
        object value,
        object oldValue,
        CellEditorData[] cellEditors
    )

    Parameters

    Name Type
    routedEvent RoutedEvent
    view GridViewBase
    rowHandle Int32
    column GridColumn
    value Object
    oldValue Object
    cellEditors CellEditorData[]
    See Also