Skip to main content
ON

ValueChangedEventArgs<T> Class

Stores arguments for events that trigger when a value changes.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public class ValueChangedEventArgs<T> :
    EventArgs

Type Parameters

Name Description
T

The type of the changed value.

Inheritance

System.Object
See Also