C# Class Habanero.Faces.Win.CheckBoxStrategyWin

Provides a set of behaviour strategies that can be applied to a CheckBox depending on the environment
Inheritance: ICheckBoxMapperStrategy
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
AddClickEventHandler ( CheckBoxMapper mapper ) : void

Adds click event handler

Method Details

AddClickEventHandler() public method

Adds click event handler
public AddClickEventHandler ( CheckBoxMapper mapper ) : void
mapper Habanero.Faces.Base.CheckBoxMapper The checkbox mapper
return void