ChangingEventArgs.OldValue Property
Gets the editor’s value.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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