Class
LightTestMovedArgs

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class LightTestMovedArgs : EventArgs

Inheritance: objectEventArgsLightTestMovedArgs

Inherited Members EventArgs.Empty

Constructors

LightTestMovedArgs(LightTest, string)

Declaration

cs-api-definition
public LightTestMovedArgs(LightTest lTest, string oldPath)

Parameters

lTest

LightTest

oldPath

string

Properties

OldPath

Declaration

cs-api-definition
public string OldPath { get; }

Property Value

string

Test

Declaration

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

Property Value

LightTest