Namespace:  MbUnit.Core.Invokers
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public delegate void InvokerEventHandler(
	Object sender,
	InvokerEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub InvokerEventHandler ( _
	sender As Object, _
	e As InvokerEventArgs _
)

See Also