C# Class Habanero.Faces.Win.NumericUpDownMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a NumericUpDown depending on the environment
Inheritance: INumericUpDownMapperStrategy
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
ValueChanged ( NumericUpDownMapper mapper ) : void

Handles the value changed event suitably for the UI environment

Private Methods

Méthode Description
ValueChangedHandler ( object sender, EventArgs e ) : void

Method Details

ValueChanged() public méthode

Handles the value changed event suitably for the UI environment
public ValueChanged ( NumericUpDownMapper mapper ) : void
mapper Habanero.Faces.Base.NumericUpDownMapper The mapper for the NumericUpDown
Résultat void