ValueChangedEventArgs<T> Class
Contains data for events that allow you to obtain the current and previous object states.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public class ValueChangedEventArgs<T> :
EventArgs
Type Parameters
Name | Description |
---|---|
T | The type of the state. |
See Also