ValueChangingEventArgs(T, T) Constructor
Initializes a new instance of the ValueChangingEventArgs<T> class with specified settings.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public ValueChangingEventArgs(
T oldValue,
T newValue
)
Parameters
| Name | Type |
|---|---|
| oldValue | T |
| newValue | T |
See Also