Search Results for

    Show / Hide Table of Contents

    Class Event

    A basic implementation which would only be used with an EventDictionary<TKey>.

    Inheritance
    object
    EventBase<Action>
    Event
    Inherited Members
    EventBase<Action>.Listeners
    EventBase<Action>.AddListener(Action)
    EventBase<Action>.RemoveListener(Action)
    EventBase<Action>.Clear()
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Utils
    Assembly: LemonEdge.Utils.dll
    Syntax
    public class Event : EventBase<Action>

    Constructors

    Event()

    Declaration
    public Event()

    Methods

    OnChanged()

    Fires a notification event to the listeners.

    Declaration
    public void OnChanged()

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.