C# 클래스 Microsoft.Phone.Controls.ListPickerPage

Displays the list of items and allows single or multiple selection.
상속: PhoneApplicationPage
파일 보기 프로젝트 열기: Kinnara/WPToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ListPickerPage ( ) : System

Creates a list picker page.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

ListPickerPage() 공개 메소드

Creates a list picker page.
public ListPickerPage ( ) : System
리턴 System

OnBackKeyPress() 보호된 메소드

Called when the Back key is pressed.
protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs Event arguments.
리턴 void

OnNavigatedFrom() 보호된 메소드

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.
리턴 void

OnNavigatedTo() 보호된 메소드

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.
리턴 void