EditValueChangingEventArgs(Object, Object) Constructor
In This Article
Initializes a new instance of the EditValueChangingEventArgs 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 |
---|---|---|
old |
Object | An object specifying the old edit value. This object is assigned to the Edit |
new |
Object | An object specifying the new edit value. This object is assigned to the Edit |
See Also