GridControlBase.CellValueChanged Event
Occurs after a cell’s value has been changed.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Event Data
The CellValueChanged event's data class is DevExpress.UI.Xaml.Grid.CellValueChangedEventArgs.
Remarks
A grid raises the CellValueChanged event after a cell’s value has been changed.
The CellValueChanged event doesn’t fire when a cell’s value is changed using the methods provided by a data source.
See Also