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