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

The object that is referenced by the eventHandler must keep a reference to this class. Implements the IListener<(Of <(<'T>)>)>

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

Syntax


public class Listener<T> : IListener<T>
where T : EventArgs
Public Class Listener(Of T As EventArgs) _
	Implements IListener(Of T)

Type Parameters

T

Inheritance Hierarchy


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