Skip to main content
All docs
V21.2

CellValueChangingEventArgs(RowHandle, RowDataGenerator, Object, Object, Boolean) Constructor

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

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public CellValueChangingEventArgs(
    RowHandle handle,
    RowDataGenerator generator,
    object oldValue,
    object newValue,
    bool isReset
)

Parameters

Name Type
handle DevExpress.Xpf.PropertyGrid.RowHandle
generator DevExpress.Xpf.PropertyGrid.Internal.RowDataGenerator
oldValue Object
newValue Object
isReset Boolean
See Also