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
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Public Methods

Method Description
ValueChanged ( NumericUpDownMapper mapper ) : void

Handles the value changed event suitably for the UI environment

Private Methods

Method Description
ValueChangedHandler ( object sender, EventArgs e ) : void

Method Details

ValueChanged() public method

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
return void