C# Class MarkdownSharp.Sample.Forms.App

Inheritance: Xamarin.Forms.Application
Afficher le fichier Open project: patridge/MarkdownSharp.Portable

Méthodes publiques

Méthode Description
App ( ) : System
UpdatePreview ( string rawMarkdown ) : void

Méthodes protégées

Méthode Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Private Methods

Méthode Description
MarkdownEditor_TextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

OnSleep() protected méthode

protected OnSleep ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

UpdatePreview() public méthode

public UpdatePreview ( string rawMarkdown ) : void
rawMarkdown string
Résultat void