C# 클래스 Habanero.Faces.Win.ListComboBoxMapperStrategyWin

Provides a set of behaviour strategies that can be applied to a list ComboBox depending on the environment
상속: IListComboBoxMapperStrategy
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
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