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

Syntax

C#
[SerializableAttribute]
public class ReportSetUpAndTearDownEventArgs : EventArgs
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ReportSetUpAndTearDownEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    MbUnit.Core.Reports.Serialization..::.ReportSetUpAndTearDownEventArgs

See Also