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

Afficher le fichier Open project: Catrobat/CatrobatForWindows

Méthodes publiques

Méthode Description
FormulaEditorView ( ) : Windows.UI.ViewManagement

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Méthode 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 méthode

public FormulaEditorView ( ) : Windows.UI.ViewManagement
Résultat Windows.UI.ViewManagement

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatingFrom() protected méthode

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
Résultat void