Skip to main content

CellValueChangedEventArgs(GridControl, Int32, ColumnBase, Object, Object) Constructor

In This Article

Initializes a new instance of the CellValueChangedEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public CellValueChangedEventArgs(
    GridControl grid,
    int rowHandle,
    ColumnBase column,
    object value,
    object oldValue
)

#Parameters

Name Type
grid GridControl
rowHandle Int32
column ColumnBase
value Object
oldValue Object
See Also