C# Class ZSCY_Win10.JWPage

可用于自身或导航至 Frame 内部的空白页。
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: RedrockMobile/CyxbsMobile_Win

Public Methods

Method Description
JWPage ( ) : Newtonsoft.Json.Linq
getCache ( ) : Task>

Protected Methods

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

Private Methods

Method Description
App_BackRequested ( object sender, BackRequestedEventArgs e ) : void
JWBackAppBarButton_Click ( object sender, RoutedEventArgs e ) : void
JWListFailedStackPanel_Tapped ( object sender, TappedRoutedEventArgs e ) : void
JWListView_ItemClick ( object sender, ItemClickEventArgs e ) : void
JWListpr_RefreshInvoked ( DependencyObject sender, object args ) : void

下拉刷新的事件

JWRefreshAppBarButton_Click ( object sender, RoutedEventArgs e ) : void
OnNavigatedToPage ( object sender, NavigationEventArgs e ) : void
Page_Loaded ( object sender, RoutedEventArgs e ) : void
continueJWGrid_Tapped ( object sender, TappedRoutedEventArgs e ) : void
getJWCache ( ) : void
initJWList ( int page = 1 ) : void

Method Details

JWPage() public method

public JWPage ( ) : Newtonsoft.Json.Linq
return Newtonsoft.Json.Linq

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

getCache() public static method

public static getCache ( ) : Task>
return Task>