Class
ElementExplorerNodeSelectedEventArgs<TElement>

Definition

Namespace:ArtOfTest.WebAii.Design.EventArguments

Assembly:ArtOfTest.WebAii.Design.dll

Type Parameters:

TElement

Syntax:

cs-api-definition
public class ElementExplorerNodeSelectedEventArgs<TElement> : EventArgs

Inheritance: objectEventArgsElementExplorerNodeSelectedEventArgs<TElement>

Inherited Members EventArgs.Empty

Constructors

ElementExplorerNodeSelectedEventArgs(TElement, string)

Declaration

cs-api-definition
public ElementExplorerNodeSelectedEventArgs(TElement node, string key)

Parameters

node

TElement

key

string

Properties

Key

Declaration

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

Property Value

string

Node

Declaration

cs-api-definition
public TElement Node { get; }

Property Value

TElement