PropertyChangedEventArgsWithValues

StockSharp.Xaml.Charting

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

Наследует: PropertyChangedEventArgs

Конструкторы

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.

Свойства

NewValue : object

Gets a new value of property that changed

OldValue : object

Gets an old value of property that changed