Back to Devexpress

ChangingEventArgs.OldValue Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-changingeventargs-f35c0ee2.md

latest1.4 KB
Original Source

ChangingEventArgs.OldValue Property

Gets the editor’s value.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object OldValue { get; protected set; }
vb
Public Property OldValue As Object

Property Value

TypeDescription
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

NewValue

EditValueChanging

ChangingEventArgs Class

ChangingEventArgs Members

DevExpress.XtraEditors.Controls Namespace