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