Interface
ISelectStateChanged

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface ISelectStateChanged

Derived Classes: FilterGroupModel

Properties

IsSelected

Declaration

cs-api-definition
bool IsSelected { get; set; }

Property Value

bool

Methods

Select()

Declaration

cs-api-definition
void Select()

UnSelect()

Declaration

cs-api-definition
void UnSelect()

Events

SelectionChanged

Declaration

cs-api-definition
event EventHandler<GenericEventArgs<bool>> SelectionChanged

Event Value

EventHandler<GenericEventArgs<bool>>