Skip to main content
A newer version of this page is available. .
All docs
V21.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