Class ValueChangedEventArgs
Provides data for an event that signals a change in value.
public class ValueChangedEventArgs : ValueChangedEventArgs<object?>
- Inheritance
-
ValueChangedEventArgs
Remarks
This class represents a non-generic version of ValueChangedEventArgs<T> and is used to encapsulate the old and new values of an object when a value change occurs.
Constructors
- ValueChangedEventArgs(object?, object?)
Initializes a new instance of the ValueChangedEventArgs class.