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

Syntax

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

See Also