C# Class Scrumers.SprintsPivotPage

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: scrumers/Scrumers-for-WP7

Public Methods

Method Description
SprintsPivotPage ( ) : 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

SprintsPivotPage() public method

public SprintsPivotPage ( ) : 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