ValueChangingEventArgs<T>.NewValue Property
Gets the new value.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public T NewValue { get; }
Property Value
Type | Description |
---|---|
T | The new value type. |
See Also