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

ChangingEventArgs(Object, Object) Constructor

Creates a new ChangingEventArgs object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public ChangingEventArgs(
    object oldValue,
    object newValue
)

Parameters

Name Type Description
oldValue Object

An object representing the editor’s value. This value is assigned to the ChangingEventArgs.OldValue property.

newValue Object

An object representing the value about to be assigned to the editor. This value is assigned to the ChangingEventArgs.NewValue property.

See Also