Class Event
A basic implementation which would only be used with an EventDictionary<TKey>.
Inherited Members
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()