Class MWeakEventManager
Inheritance
MWeakEventManager
Assembly: Mapsui.dll
Syntax
public abstract class MWeakEventManager
Fields
|
Edit this page
View Source
EventHandlers
Declaration
protected readonly Dictionary<object, List<WeakReference>> EventHandlers
Field Value
Methods
|
Edit this page
View Source
AddListener(object, Delegate?)
Declaration
public void AddListener(object source, Delegate? handler)
Parameters
|
Edit this page
View Source
RemoveListener(object, Delegate?)
Declaration
public void RemoveListener(object source, Delegate? handler)
Parameters
Extension Methods