Skip to main content
ON

ValueChangingEventArgs<T> Class

Contains data for events that allow you to obtain the current and previous object states before its assignment.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public class ValueChangingEventArgs<T> :
    CancelEventArgs

Type Parameters

Name Description
T

The type of the state.

Inheritance

Object
EventArgs
CancelEventArgs
ValueChangingEventArgs<T>
See Also