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

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