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