Skip to main content
All docs
V25.2
  • CellEditorValueChangingArgs Properties

    Contains data for the command bound to the GridViewBase.CellEditorValueChangingCommand or TreeListView.CellEditorValueChangingCommand property.
    Name Description
    Cancel Gets or sets whether the GridViewBase.CellEditorValueChanging or TreeListView.CellEditorValueChanging event is canceled.
    FieldName Inherited from CellValueChangedArgs.
    Item Inherited from CellValueChangedArgs.
    OldValue Gets an old cell value. Inherited from CellValueChangedArgs.
    Value Inherited from CellValueChangedArgs.
    See Also