C# Class BattlelogMobile.Client.View.MainPage

Inheritance: IDisposable
Show file Open project: mikkoviitala/battlelogmobile

Public Methods

Method Description
Dispose ( ) : void
MainPage ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnBackKeyPress ( System e ) : void

Private Methods

Method Description
InputChangedUpdateTrigger ( object sender, EventArgs e ) : void
OnLayoutUpdated ( object sender, EventArgs eventArgs ) : void
UpdateSource ( object sender ) : void

Workaround to update properties while typing

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MainPage() public method

public MainPage ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void