C# Class Blog.Mobile.Views.Home.HomeMasterView

Inheritance: Blog.Mobile.Components.BaseContentPage
Afficher le fichier Open project: jsnmgpnty/Blogness2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
PageSelectionChanged Action

Méthodes publiques

Méthode Description
HomeMasterView ( HomeViewModel viewModel ) : System
ListItemSelected ( object sender, Xamarin.Forms.SelectedItemChangedEventArgs args ) : void

Method Details

HomeMasterView() public méthode

public HomeMasterView ( HomeViewModel viewModel ) : System
viewModel Blog.Mobile.ViewModels.Home.HomeViewModel
Résultat System

ListItemSelected() public méthode

public ListItemSelected ( object sender, Xamarin.Forms.SelectedItemChangedEventArgs args ) : void
sender object
args Xamarin.Forms.SelectedItemChangedEventArgs
Résultat void

Property Details

PageSelectionChanged public_oe property

public Action PageSelectionChanged
Résultat Action