C# Класс Habanero.Faces.Win.NumericUpDownMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a NumericUpDown depending on the environment
Наследование: INumericUpDownMapperStrategy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ValueChanged ( NumericUpDownMapper mapper ) : void

Handles the value changed event suitably for the UI environment

Приватные методы

Метод Описание
ValueChangedHandler ( object sender, EventArgs e ) : void

Описание методов

ValueChanged() публичный Метод

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
Результат void