Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .
ON

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.

Inheritance

See Also