ChangingEventArgs.OldValue Property
Gets the editor’s value.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
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