C# Class Scrumers.SprintsPanoramaPage

Inheritance: PhoneApplicationPage
显示文件 Open project: scrumers/Scrumers-for-WP7

Public Methods

Method Description
SprintsPanoramaPage ( ) : System
tasksList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Protected Methods

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

Method Details

OnNavigatedTo() protected method

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

SprintsPanoramaPage() public method

public SprintsPanoramaPage ( ) : System
return System

tasksList_SelectionChanged() public method

public tasksList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
sender object
e System.Windows.Controls.SelectionChangedEventArgs
return void