EditValueChangedEventArgs(Object, Object) Constructor
Initializes a new instance of the EditValueChangedEventArgs class with the specified old and new edit values.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
oldValue | Object | An object representing the old edit value. This value is assigned to the EditValueChangedEventArgs.OldValue property. |
newValue | Object | An object representing the new edit value. This value is assigned to the EditValueChangedEventArgs.NewValue property. |
Remarks
Instances of the EditValueChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also