Provides event arguments for a value changing event. More...
Public Member Functions | |
| ValueChangingEventArgs (TValue oldValue, TValue newValue) | |
| Initializes a new instance of the ValueChangingEventArgs<TValue> class with the specified old and new values. | |
Properties | |
| TValue | OldValue [get] |
| Gets the old value before the change. | |
| TValue | NewValue [get] |
| Gets the new value after the change. | |
Provides event arguments for a value changing event.
| TValue | The type of the value. |
| ATAS.Indicators.ValueChangingEventArgs< TValue >.ValueChangingEventArgs | ( | TValue | oldValue, |
| TValue | newValue | ||
| ) |
Initializes a new instance of the ValueChangingEventArgs<TValue> class with the specified old and new values.
| oldValue | The old value before the change. |
| newValue | The new value after the change. |
|
get |
Gets the new value after the change.
|
get |
Gets the old value before the change.