Class NotifyPropertyChanges
- Namespace
- LightningChartLib.WinForms.Charting.Maps
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Property change notification implementation. Use this as base class for any class which need to implement INotifyPropertyChanged interface.
public class NotifyPropertyChanges : INotifyPropertyChanged
- Inheritance
-
NotifyPropertyChanges
- Implements
- Inherited Members
Constructors
NotifyPropertyChanges()
public NotifyPropertyChanges()
Methods
NotifyPropertyChanged(string)
Method to be called on property change.
public void NotifyPropertyChanged(string propertyName = "")
Parameters
propertyNamestringName of changed property.
Events
PropertyChanged
Event to be called on property change.
public event PropertyChangedEventHandler PropertyChanged