CellValueEventArgs Class
In This Article
Provides data for the GridViewBase.CellValueChanging and GridViewBase.CellValueChanged events.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public class CellValueEventArgs :
RowEventArgs,
IDataCellEventArgs
#Inheritance
See Also