InterfaceISelectStateChanged
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface ISelectStateChanged
Derived Classes:
Properties
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>>