Skip to main content
ON

ValueEventArgs<T> Class

Stores event arguments that contain a value of the specified type.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public class ValueEventArgs<T> :
    EventArgs

Type Parameters

Name Description
T

The type of the value associated with the event.

Inheritance

System.Object
EventArgs
ValueEventArgs<T>
See Also