PropertyChangedEventArgsWithValues

StockSharp.Xaml.Charting

Provides data for the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.

Hereda de: PropertyChangedEventArgs

Constructores

PropertyChangedEventArgsWithValues(string, object, object)

Initializes a new instance of the PropertyChangedEventArgsWithValues class

propertyName
The name of the property that changed.
oldValue
Old value of the property that changed.
newValue
New value of the property that changed.

Propiedades

NewValue : object

Gets a new value of property that changed

OldValue : object

Gets an old value of property that changed