Class
LightElementNode

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public sealed class LightElementNode

Inheritance: objectLightElementNode

Properties

Children

Declaration

cs-api-definition
public ObservableList<LightElementNode> Children { get; }

Property Value

ObservableList<LightElementNode>

Name

Declaration

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

Property Value

string

NodeType

Declaration

cs-api-definition
public int NodeType { get; }

Property Value

int

Events

PropertyChanged

Declaration

cs-api-definition
public event Action<LightElementNode, PropertyChangedEventArgs> PropertyChanged

Event Value

Action<LightElementNode, PropertyChangedEventArgs>

Extension Methods