Méthode | Description | |
---|---|---|
MainViewModel ( ) : System |
Constructor that handles initialization of the viewmodel
|
Méthode | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Méthode | Description | |
---|---|---|
CheckLoginStatus ( ) : void | ||
HandleLogoutMessage ( ) : void |
Method that handles the Logout message
|
|
HandleSelectedMessage ( System.MainPage sender ) : void |
Method that handles the Selected message
|
|
InitializeCollection ( ) : void |
Method that handles initialization of the observerable collection
|
|
Subscribe ( ) : void |
Method that handles subscribing to the needed messages
|
|
Unsubscribe ( ) : void |
Method that handles unsubscribing Since this page is only created once, we dont unsubscribe
|
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
Résultat | void |