CellValueChangedInEditFormEventArgs Constructors
Contains data for the CellValueChanging event that occurs when a user edits data in the Edit Form.Name | Parameters | Description |
---|---|---|
CellValueChangedInEditFormEventArgs(RoutedEvent, GridViewBase, Int32, GridColumn, Object, Object, CellEditorData[]) | routedEvent, view, rowHandle, column, value, oldValue, cellEditors | Initializes a new instance of the CellValueChangedInEditFormEventArgs class with specified settings. |
See Also