Class
HighlightEventArgs

Definition

Namespace:ArtOfTest.WebAii.Design.EventArguments

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class HighlightEventArgs : EventArgs

Inheritance: objectEventArgsHighlightEventArgs

Inherited Members EventArgs.Empty

Constructors

HighlightEventArgs(bool)

Declaration

cs-api-definition
public HighlightEventArgs(bool isChecked)

Parameters

isChecked

bool

Properties

IsChecked

Declaration

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

Property Value

bool