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
  Arction.Wpf.Charting.MapsNotifyPropertyChanges

Namespace:  Arction.Wpf.Charting.Maps
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class NotifyPropertyChanges : INotifyPropertyChanged

The NotifyPropertyChanges type exposes the following members.

Constructors
  NameDescription
Public methodNotifyPropertyChanges
Initializes a new instance of the NotifyPropertyChanges class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNotifyPropertyChanged
Method to be called on property change.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Event to be called on property change.
Top
See Also