Skip to main content
A newer version of this page is available. .

EditValueChangingEventArgs(Object, Object) Constructor

Initializes a new instance of the EditValueChangingEventArgs class with the specified old and new edit values.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public EditValueChangingEventArgs(
    object oldValue,
    object newValue
)

Parameters

Name Type Description
oldValue Object

An object specifying the old edit value. This object is assigned to the EditValueChangingEventArgs.OldValue property.

newValue Object

An object specifying the new edit value. This object is assigned to the EditValueChangingEventArgs.NewValue property.

See Also