ChartBaseViewModel

StockSharp.Xaml.Charting

Base class for chart related view models.

Erbt von: NotifiableObject

Methoden

MapPropertyChangeNotification(INotifyPropertyChanged, string, string[])

Helper method to raise property change notifications on this object if the event was raised on another object .

source
nameFrom
namesTo
SetField``1(T, T, string)

Set property value and raise events.

field
Property backing field.
value
New value.
propertyName
Name of the property.

Ereignisse

PropertyValueChanging : Action<object, string, object>

Raised before property value is changed.