ChangingEventArgs(Object, Object) Constructor
Creates a new ChangingEventArgs object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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