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
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
AddClickEventHandler ( CheckBoxMapper mapper ) : void

Adds click event handler

Method Details

AddClickEventHandler() public méthode

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