BindableObject

StockSharp.Xaml.Charting

Provides a base-type for classes that need to raise INotifyPropertyChanged events

実装: INotifyPropertyChanged

メソッド

OnPropertyChanged(string)

Raises the PropertyChanged event

propertyName
Name of the property.
OnPropertyChanged(string, object, object)

Raises the PropertyChanged event

propertyName
Name of the property.
oldValue
Old value of the property.
newValue
New value of the property.

イベント

_propertyChanged : PropertyChangedEventHandler

Occurs when a property value changes.