Class
EditElementEventArgs

Definition

Namespace:ArtOfTest.WebAii.Design.EventArguments

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class EditElementEventArgs : EventArgs

Inheritance: objectEventArgsEditElementEventArgs

Inherited Members EventArgs.Empty

Constructors

EditElementEventArgs(ElementNode, bool, bool)

Create a new EditElement EventArgs

Declaration

cs-api-definition
public EditElementEventArgs(ElementNode element, bool isLive, bool showElement)

Parameters

element

ElementNode

isLive

bool

showElement

bool

Properties

Element

Get the element

Declaration

cs-api-definition
public ElementNode Element { get; }

Property Value

ElementNode

IsPageLive

Gets whether the page is live

Declaration

cs-api-definition
public bool IsPageLive { get; }

Property Value

bool

ShowElement

Get/Set show the element

Declaration

cs-api-definition
public bool ShowElement { get; set; }

Property Value

bool