C# Class Catrobat.IDE.WindowsPhone.Views.Main.MainView

Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
MainView ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
FilterTextBox_KeyDown ( object sender, KeyRoutedEventArgs e ) : void
FilterTextBox_TextChanged ( object sender, TextChangedEventArgs e ) : void
Hub_SectionsInViewChanged ( object sender, SectionsInViewChangedEventArgs e ) : void
ListViewOnlinePrograms_ItemClick ( object sender, ItemClickEventArgs e ) : void

Method Details

MainView() public method

public MainView ( ) : System
return System

OnNavigatedTo() protected method

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