Class
DeleteTestEventArg

Definition

Namespace:ArtOfTest.WebAii.Design.EventArguments

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class DeleteTestEventArg : EventArgs

Inheritance: objectEventArgsDeleteTestEventArg

Inherited Members EventArgs.Empty

Constructors

DeleteTestEventArg(TestBase)

Declaration

cs-api-definition
public DeleteTestEventArg(TestBase test)

Parameters

test

TestBase

Properties

Test

Declaration

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

Property Value

TestBase