C# Class Catrobat.IDE.WindowsPhone.Views.Editor.Sprites.SpriteEditorView

Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
SpriteEditorView ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
CreateCommandBars ( ) : void
LookItem_OnTapped ( object sender, TappedRoutedEventArgs e ) : void
MultiModeEditorCommandBar_OnModeChanged ( MultiModeEditorCommandBarMode mode ) : void
Pivot_OnSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
SoundItem_OnRightTapped ( object sender, RightTappedRoutedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

SpriteEditorView() public method

public SpriteEditorView ( ) : System
return System