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

Inheritance: PhoneApplicationPage
Show file Open project: epyx-src/WindMobile-WP7

Public Methods

Method Description
ChartView ( ) : System
ViewModel_ValidChartDataFound ( object sender, EventArgs e ) : void

Protected Methods

Method Description
OnOrientationChanged ( OrientationChangedEventArgs e ) : void

Private Methods

Method Description
PhoneApplicationPage_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

ChartView() public method

public ChartView ( ) : System
return System

OnOrientationChanged() protected method

protected OnOrientationChanged ( OrientationChangedEventArgs e ) : void
e OrientationChangedEventArgs
return void

ViewModel_ValidChartDataFound() public method

public ViewModel_ValidChartDataFound ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void