Table of Contents

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()

LightningChartLib.WinForms.Charting.Maps.NotifyPropertyChanges
public NotifyPropertyChanges()

Methods

NotifyPropertyChanged(string)

Method to be called on property change.

public void NotifyPropertyChanged(string propertyName = "")

Parameters

propertyName string

Name of changed property.

Events

PropertyChanged

Event to be called on property change.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler