Table of Contents

Class ValueChangedEventArgs<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides data for events that report a value change.

public class ValueChangedEventArgs<T> : BaseEventArgs

Type Parameters

T

The type of the value that changed.

Inheritance
ValueChangedEventArgs<T>
Derived

Constructors

ValueChangedEventArgs(T, T)

Initializes a new instance of the ValueChangedEventArgs<T> class.

Properties

NewValue

Gets the new value after the change occurred.

OldValue

Gets the previous value before the change occurred.