Skip to main content
All docs
V25.2
  • TreeListCellEditorValueChangingEventArgs(TreeListNode, ColumnBase, Object, Object) Constructor

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

    Namespace: DevExpress.Xpf.Grid.TreeList

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

    Declaration

    public TreeListCellEditorValueChangingEventArgs(
        TreeListNode node,
        ColumnBase column,
        object value,
        object oldValue
    )

    Parameters

    Name Type Description
    node TreeListNode

    The target node.

    column ColumnBase

    The target column.

    value Object

    The new cell editor value.

    oldValue Object

    The old cell editor value.

    See Also