Skip to main content
ON

ValueChangingEventArgs(T, T) Constructor

Initializes a new instance of the ValueChangingEventArgs<T> class with specified settings.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public ValueChangingEventArgs(
    T oldValue,
    T newValue
)

Parameters

Name Type Description
oldValue T

The old value of a property.

newValue T

The new value of a property.

See Also