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

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

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

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

Adds an ItemSelected event handler. For Windows Forms you may want the business object to be updated immediately, however for a web environment with low bandwidth you may choose to only update when the user saves.

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

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

Adds an ItemSelected event handler. For Windows Forms you may want the business object to be updated immediately, however for a web environment with low bandwidth you may choose to only update when the user saves.
public AddItemSelectedEventHandler ( ListComboBoxMapper mapper ) : void
mapper Habanero.Faces.Base.ListComboBoxMapper
Результат void