EventManager<(Of <(<'T>)>)> Members

The EventManager<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Public method AddHandler
Adds a weak event handler.
Protected method AttachToEvent
The implementation of this event must attach the event source to the EventFired method.
Protected method DetachFromEvent
The implementation of this event must detach the event source to the EventFired method.
Public method Equals(System.Object) (Inherited from Object.)
Protected method EventFired
This dispatches the event to all of the listeners
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveHandler
Removes a weak event handler.
Public method ToString (Inherited from Object.)