C# Class MarkdownSharp.Sample.Forms.App

Inheritance: Xamarin.Forms.Application
ファイルを表示 Open project: patridge/MarkdownSharp.Portable

Public Methods

Method Description
App ( ) : System
UpdatePreview ( string rawMarkdown ) : void

Protected Methods

Method Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Private Methods

Method Description
MarkdownEditor_TextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

UpdatePreview() public method

public UpdatePreview ( string rawMarkdown ) : void
rawMarkdown string
return void