Class
TestEventArg

Definition

Namespace:ArtOfTest.WebAii.Design.EventArguments

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestEventArg : EventArgs

Inheritance: objectEventArgsTestEventArg

Inherited Members EventArgs.Empty

Constructors

TestEventArg(TestBase)

Declaration

cs-api-definition
public TestEventArg(TestBase test)

Parameters

test

TestBase

Properties

Test

Declaration

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

Property Value

TestBase