Click or drag to resize

ChartWeakEventManager Class

LightningChart .NET Help
Represents a ChartWeakEventManager object.
Inheritance Hierarchy

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public class ChartWeakEventManager : WeakEventManager

The ChartWeakEventManager type exposes the following members.

Constructors
  NameDescription
Public methodChartWeakEventManager
Initializes a new instance of the ChartWeakEventManager class
Top
Properties
  NameDescription
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Top
Methods
  NameDescription
Public methodStatic memberAddListener(IWeakEventListener)
Add new listener
Public methodStatic memberAddListener(DispatcherTimer, IWeakEventListener)
Add new listener
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 methodStatic memberRemoveListener(DispatcherTimer, IWeakEventListener)
Remove listener
Public methodStatic memberRemoveListener(Type, IWeakEventListener)
Remove listener
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also