C# Class Microsoft.Phone.Controls.ListPickerPage

Displays the list of items and allows single or multiple selection.
Inheritance: PhoneApplicationPage
Afficher le fichier Open project: Kinnara/WPToolkit Class Usage Examples

Private Properties

Свойство Type Description
AnimationForElement System.Windows.Media.Animation.Storyboard
ClosePickerPage void
OnCancelButtonClick void
OnClosedStoryboardCompleted void
OnDoneButtonClick void
OnIsOpenChanged void
OnIsOpenChanged void
OnLoaded void
OnOrientationChanged void
OnPickerTapped void
OnUnloaded void
SetupListItems void
UpdateVisualState void

Méthodes publiques

Méthode Description
ListPickerPage ( ) : System

Creates a list picker page.

Méthodes protégées

Méthode Description
OnBackKeyPress ( CancelEventArgs e ) : void

Called when the Back key is pressed.

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

Called when a page is no longer the active page in a frame.

OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Called when a page becomes the active page in a frame.

Private Methods

Méthode Description
AnimationForElement ( FrameworkElement element, int index ) : System.Windows.Media.Animation.Storyboard
ClosePickerPage ( ) : void
OnCancelButtonClick ( object sender, EventArgs e ) : void
OnClosedStoryboardCompleted ( object sender, EventArgs e ) : void
OnDoneButtonClick ( object sender, EventArgs e ) : void
OnIsOpenChanged ( ) : void
OnIsOpenChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnOrientationChanged ( object sender, OrientationChangedEventArgs e ) : void
OnPickerTapped ( object sender, System e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
SetupListItems ( double degree ) : void
UpdateVisualState ( bool useTransitions ) : void

Method Details

ListPickerPage() public méthode

Creates a list picker page.
public ListPickerPage ( ) : System
Résultat System

OnBackKeyPress() protected méthode

Called when the Back key is pressed.
protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs Event arguments.
Résultat void

OnNavigatedFrom() protected méthode

Called when a page is no longer the active page in a frame.
protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs An object that contains the event data.
Résultat void

OnNavigatedTo() protected méthode

Called when a page becomes the active page in a frame.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs An object that contains the event data.
Résultat void