C# 클래스 BattlelogMobile.Client.View.MainPage

상속: IDisposable
파일 보기 프로젝트 열기: mikkoviitala/battlelogmobile

공개 메소드들

메소드 설명
Dispose ( ) : void
MainPage ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnBackKeyPress ( System e ) : void

비공개 메소드들

메소드 설명
InputChangedUpdateTrigger ( object sender, EventArgs e ) : void
OnLayoutUpdated ( object sender, EventArgs eventArgs ) : void
UpdateSource ( object sender ) : void

Workaround to update properties while typing

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

OnBackKeyPress() 보호된 메소드

protected OnBackKeyPress ( System e ) : void
e System
리턴 void