PropertyChangedEventArgsWithValues
StockSharp.Xaml.Charting
Provides data for the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.
コンストラクター
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.