Skip to main content
ON

ValueChangingEventArgs<T> Class

Stores arguments for events that trigger before a value changes.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public class ValueChangingEventArgs<T> :
    CancelEventArgs

Type Parameters

Name Description
T

The type of the changed value.

Inheritance

See Also