IListener<(Of <(<'T>)>)>..::..Invoke Method

This is the callback on the listener

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

Syntax


void Invoke(
	Nullable<Object> sender,
	T e
)
Sub Invoke ( _
	sender As Nullable(Of Object), _
	e As T _
)

Parameters

sender
Type: Nullable<(Of <(<'Object>)>)>
e
Type: T