C# Class BaconographyWP8.View.RedditView

Inheritance: System.Windows.Controls.UserControl
Show file Open project: Synergex/Baconography

Public Methods

Method Description
LoadWithScroll ( ) : void
RedditView ( ) : System
UnloadWithScroll ( ) : void
button_Click ( object sender, RoutedEventArgs e ) : void

Private Methods

Method Description
FixedLongListSelector_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnRefresh ( object sender, RoutedEventArgs e ) : void
RefreshButton_Tap ( object sender, System e ) : void
linksView_ItemRealized ( object sender, ItemRealizationEventArgs e ) : void
linksView_ItemUnrealized ( object sender, ItemRealizationEventArgs e ) : void

Method Details

LoadWithScroll() public method

public LoadWithScroll ( ) : void
return void

RedditView() public method

public RedditView ( ) : System
return System

UnloadWithScroll() public method

public UnloadWithScroll ( ) : void
return void

button_Click() public method

public button_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void