Click or drag to resize

NotifyPropertyChanges Class

LightningChart .NET Help
Property change notification implementation. Use this as base class for any class which need to implement INotifyPropertyChanged interface.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVM.MapsNotifyPropertyChanges

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class NotifyPropertyChanges : INotifyPropertyChanged

The NotifyPropertyChanges type exposes the following members.

Constructors
 NameDescription
Public methodNotifyPropertyChangesInitializes a new instance of the NotifyPropertyChanges class
Top
Methods
 NameDescription
Public methodNotifyPropertyChanged Method to be called on property change.
Top
Events
 NameDescription
Public eventPropertyChanged Event to be called on property change.
Top
See Also