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 ReportRunEventHandler(
	Object sender,
	ReportRunEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub ReportRunEventHandler ( _
	sender As Object, _
	e As ReportRunEventArgs _
)

See Also