Search Results for

    Show / Hide Table of Contents

    Class MWeakEventManager

    Inheritance
    object
    MWeakEventManager
    DataChangedWeakEventManager
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI
    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
    Type Description
    Dictionary<object, List<WeakReference>>

    Methods

    | Edit this page View Source

    AddListener(object, Delegate?)

    Declaration
    public void AddListener(object source, Delegate? handler)
    Parameters
    Type Name Description
    object source
    Delegate handler
    | Edit this page View Source

    RemoveListener(object, Delegate?)

    Declaration
    public void RemoveListener(object source, Delegate? handler)
    Parameters
    Type Name Description
    object source
    Delegate handler

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX