C# Class WelcomeGuide.ArticleListPage

Inheritance: Xamarin.Forms.ContentPage
Exibir arquivo Open project: Memorado/refugermany Class Usage Examples

Public Properties

Property Type Description
ViewModel ArticleListViewModel

Public Methods

Method Description
ArticleListPage ( ) : System
OnArticleSelected ( object sender, Xamarin.Forms.SelectedItemChangedEventArgs e ) : void

Protected Methods

Method Description
OnAppearing ( ) : void

Method Details

ArticleListPage() public method

public ArticleListPage ( ) : System
return System

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

OnArticleSelected() public method

public OnArticleSelected ( object sender, Xamarin.Forms.SelectedItemChangedEventArgs e ) : void
sender object
e Xamarin.Forms.SelectedItemChangedEventArgs
return void

Property Details

ViewModel public_oe property

public ArticleListViewModel,WelcomeGuide ViewModel
return ArticleListViewModel