ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.ValueChangingEventArgs< TValue > Class Template Reference

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.
 

Detailed Description

Provides event arguments for a value changing event.

Template Parameters
TValueThe type of the value.

Constructor & Destructor Documentation

◆ ValueChangingEventArgs()

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.

Parameters
oldValueThe old value before the change.
newValueThe new value after the change.

Property Documentation

◆ NewValue

TValue ATAS.Indicators.ValueChangingEventArgs< TValue >.NewValue
get

Gets the new value after the change.

◆ OldValue

TValue ATAS.Indicators.ValueChangingEventArgs< TValue >.OldValue
get

Gets the old value before the change.


The documentation for this class was generated from the following file: