C# Class OS2Indberetning.Pages.LoginPage

Page that displays a _list of Municiplitys that the user can couple with
Inheritance: Xamarin.Forms.ContentPage
Show file Open project: os2indberetning/OS2_Windows_Phone

Public Methods

Method Description
LoginPage ( ) : System

Constructor handles initialization of the page

SendRefreshMessage ( ) : void

Method that handles sending a Refresh message

Protected Methods

Method Description
OnAppearing ( ) : void

Override of the OnAppearing event. Resets Selected item, if any

OnBackButtonPressed ( ) : bool

Override of the BackbuttonPressed event.

OnDisappearing ( ) : void

Private Methods

Method Description
SetContent ( ) : void

Method that creates the page content

Method Details

LoginPage() public method

Constructor handles initialization of the page
public LoginPage ( ) : System
return System

OnAppearing() protected method

Override of the OnAppearing event. Resets Selected item, if any
protected OnAppearing ( ) : void
return void

OnBackButtonPressed() protected method

Override of the BackbuttonPressed event.
protected OnBackButtonPressed ( ) : bool
return bool

OnDisappearing() protected method

protected OnDisappearing ( ) : void
return void

SendRefreshMessage() public method

Method that handles sending a Refresh message
public SendRefreshMessage ( ) : void
return void