Class ValueChangedEventArgs<T>
Provides data for events that report a value change.
public class ValueChangedEventArgs<T> : BaseEventArgs
Type Parameters
TThe 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.