Contains the current state of the test engine instance.

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public class EngineStateEventArgs : EventArgs
Visual Basic
Public Class EngineStateEventArgs _
	Inherits EventArgs
Visual C++
public ref class EngineStateEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    SSIS.Test..::..EngineStateEventArgs

See Also