T
- The type of the value that is changing.public class ValueChangedEventArgs<T>
extends java.lang.Object
Constructor and Description |
---|
ValueChangedEventArgs()
Initializes a new instance of the ValueChangedEventArgs class.
|
ValueChangedEventArgs(T oldValue,
T newValue)
Initializes a new instance of the ValueChangedEventArgs class.
|
Modifier and Type | Method and Description |
---|---|
T |
getNewValue()
Gets the new value.
|
T |
getOldValue()
Gets the old value.
|