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

ChangingEventArgs.OldValue Property

Gets the editor’s value.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public object OldValue { get; protected set; }

Property Value

Type Description
Object

An object representing the editor’s value.

Remarks

If the event handler sets the Cancel parameter to true, the editor’s value will remain the same (and will match the OldValue property value).

See Also