CellEditorValueChangingEventArgs Constructors
Contains data for the CellEditorValueChanging event.| Name | Parameters | Description |
|---|---|---|
| CellEditorValueChangingEventArgs(RoutedEvent, GridViewBase, Int32, GridColumn, Object, Object) | routedEvent, view, rowHandle, column, value, oldValue | Initializes a new instance of the CellEditorValueChangingEventArgs class with specified settings. |
See Also