Class
TestPropertyChangedEventArgs

Definition

Namespace:ArtOfTest.WebAii.Design.EventArguments

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestPropertyChangedEventArgs : EventArgs

Inheritance: objectEventArgsTestPropertyChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

TestPropertyChangedEventArgs(LightTest, string)

Declaration

cs-api-definition
public TestPropertyChangedEventArgs(LightTest test, string property)

Parameters

test

LightTest

property

string

Properties

PropertyName

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

Test

Declaration

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

Property Value

LightTest