EditValueChangedEventArgs(Object, Object) Constructor
In This Article
Initializes a new instance of the EditValueChangedEventArgs class with the specified old and new edit values.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
old |
Object | An object representing the old edit value. This value is assigned to the Edit |
new |
Object | An object representing the new edit value. This value is assigned to the Edit |
#Remarks
Instances of the EditValueChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also