C# Class PageUserControl.UserControls.ListPickerPage

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: rolerzhang/UWP-DevSkills

Private Properties

Property Type Description
ListPickerPage_Loaded void
ListView_ItemClick void

Public Methods

Method Description
ListPickerPage ( ) : System.Collections.Generic

Protected Methods

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

Private Methods

Method Description
ListPickerPage_Loaded ( object sender, Windows e ) : void
ListView_ItemClick ( object sender, ItemClickEventArgs e ) : void

Method Details

ListPickerPage() public method

public ListPickerPage ( ) : System.Collections.Generic
return System.Collections.Generic

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