C# Class PhotoViewerTest.SingleImagePage

Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: Manne990/PhotoViewerTest Class Usage Examples

Méthodes publiques

Méthode Description
OnPhotoTab ( object sender, EventArgs args ) : void
SingleImagePage ( ) : System

Méthodes protégées

Méthode Description
OnAppearing ( ) : void

Private Methods

Méthode Description
CreateSinglePhotoViewer ( ) : View
DownloadAndSaveFile ( string url, string filename ) : System.Threading.Tasks.Task
LoadSingleImage ( string imageName, string imageUrl ) : System.Threading.Tasks.Task
ShowImage ( string imageName ) : void

Method Details

OnAppearing() protected méthode

protected OnAppearing ( ) : void
Résultat void

OnPhotoTab() public méthode

public OnPhotoTab ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

SingleImagePage() public méthode

public SingleImagePage ( ) : System
Résultat System