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

This is used to attach weak event handlers to the indicated source.

Namespace:  Tortuga.Anchor.Eventing
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public abstract class EventManager<T>
where T : EventArgs
Public MustInherit Class EventManager(Of T As EventArgs)

Type Parameters

T
The type of event being listened to.

Inheritance Hierarchy


Object
  Tortuga.Anchor.Eventing..::..EventManager<(Of <(<'T>)>)>