C# Class Ch.Epix.WindMobile.WP7.View.ChartView

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: epyx-src/WindMobile-WP7

Méthodes publiques

Méthode Description
ChartView ( ) : System
ViewModel_ValidChartDataFound ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
OnOrientationChanged ( OrientationChangedEventArgs e ) : void

Private Methods

Méthode Description
PhoneApplicationPage_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

ChartView() public méthode

public ChartView ( ) : System
Résultat System

OnOrientationChanged() protected méthode

protected OnOrientationChanged ( OrientationChangedEventArgs e ) : void
e OrientationChangedEventArgs
Résultat void

ViewModel_ValidChartDataFound() public méthode

public ViewModel_ValidChartDataFound ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void