CellValueEventArgs Constructors
Provides data for the GridViewBase.CellValueChanging and GridViewBase.CellValueChanged events.Name | Parameters | Description |
---|---|---|
CellValueEventArgs(RoutedEvent, GridViewBase, Int32, GridColumn, Object) | routedEvent, view, rowHandle, column, value | Initializes a new instance of the CellValueEventArgs class. |
See Also