Skip to main content
All docs
V23.2

CellValueChangedInEditFormArgs Constructors

Contains data for the command bound to the GridViewBase.CellValueChangingCommand or TreeListView.CellValueChangingCommand property.
Name Parameters Description
CellValueChangedInEditFormArgs(Object, String, Object, Object, CellEditorData[]) item, fieldName, value, oldValue, cellEditors Initializes a new instance of the CellValueChangedInEditFormArgs class with specified settings.
See Also