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

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

공개 메소드들

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