CellEditorValueChangingArgs Constructors
Contains data for the command bound to the GridViewBase.CellEditorValueChangingCommand or TreeListView.CellEditorValueChangingCommand property.| Name | Parameters | Description |
|---|---|---|
| CellEditorValueChangingArgs(Object, String, Object, Object) | item, fieldName, value, oldValue | Initializes a new instance of the CellEditorValueChangingArgs class with specified settings. |
See Also