Class
TestChangedEventArgs

Definition

Namespace:ArtOfTest.WebAii.Design

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestChangedEventArgs : EventArgs

Inheritance: objectEventArgsTestChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

TestChangedEventArgs(TestBase, TestBase)

Declaration

cs-api-definition
public TestChangedEventArgs(TestBase oldTest, TestBase newTest)

Parameters

oldTest

TestBase

newTest

TestBase

Properties

NewTest

Declaration

cs-api-definition
public TestBase NewTest { get; set; }

Property Value

TestBase

OldTest

Declaration

cs-api-definition
public TestBase OldTest { get; set; }

Property Value

TestBase