C# Class BaconographyWP8.View.SortSubredditPageView

Inheritance: PhoneApplicationPage
Show file Open project: Synergex/Baconography

Public Methods

Method Description
SortSubredditPageView ( ) : System
newList_ItemRealized ( object sender, ItemRealizationEventArgs e ) : void
subbedList_ItemRealized ( object sender, ItemRealizationEventArgs e ) : void

Protected Methods

Method Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
FixedLongListSelector_GotFocus ( object sender, RoutedEventArgs e ) : void
GotoButton_Tap ( object sender, System e ) : void
LoginButton_Tap ( object sender, System e ) : void
PinUnpinButton_Tap ( object sender, System e ) : void
RefreshButton_Tap ( object sender, System e ) : void
RefreshSubscribedButton_Tap ( object sender, System e ) : void
SwitchToNew ( ) : void
UnpinButton_Tap ( object sender, System e ) : void
manualBox_KeyDown ( object sender, System e ) : void
manualBox_LostFocus ( object sender, RoutedEventArgs e ) : void
manualBox_MouseLeave ( object sender, System e ) : void

Method Details

OnNavigatedFrom() protected method

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

OnNavigatingFrom() protected method

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

SortSubredditPageView() public method

public SortSubredditPageView ( ) : System
return System

newList_ItemRealized() public method

public newList_ItemRealized ( object sender, ItemRealizationEventArgs e ) : void
sender object
e ItemRealizationEventArgs
return void

subbedList_ItemRealized() public method

public subbedList_ItemRealized ( object sender, ItemRealizationEventArgs e ) : void
sender object
e ItemRealizationEventArgs
return void