C# Class Meeting_Manager_Xamarin.ViewModels.ContactsDialogViewModel

Inheritance: DialogViewModel
Afficher le fichier Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Méthodes protégées

Méthode Description
OnNavigatedTo ( object parameter ) : void

Private Methods

Méthode Description
GetContacts ( ) : System.Threading.Tasks.Task
GetFirstPage ( ) : System.Threading.Tasks.Task
ItemSelected ( ) : void
NextPage ( ) : void
OnOk ( ) : void
PrevPage ( ) : void
SetContactPhoto ( Contact contact ) : System.Threading.Tasks.Task

Method Details

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( object parameter ) : void
parameter object
Résultat void