Interface ISelectStateChanged
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ISelectStateChanged
Properties
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
Select()
Declaration
void Select()
UnSelect()
Declaration
void UnSelect()
Events
SelectionChanged
Declaration
event EventHandler<GenericEventArgs<bool>> SelectionChanged
Event Type
System.EventHandler<GenericEventArgs<System.Boolean>>
|