C# Class Catrobat.IDE.WindowsPhone.Views.Editor.Formula.FormulaEditorView

Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
FormulaEditorView ( ) : Windows.UI.ViewManagement

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
CurrentOnSizeChanged ( object sender, Windows e ) : void
FormulaEditorView_OnLoaded ( object sender, RoutedEventArgs e ) : void
FormulaEditorView_OnUnloaded ( object sender, RoutedEventArgs e ) : void
FormulaViewer_DoubleTap ( int index ) : void
KeyPressed ( FormulaKeyEventArgs e ) : void

Method Details

FormulaEditorView() public method

public FormulaEditorView ( ) : Windows.UI.ViewManagement
return Windows.UI.ViewManagement

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
return void