C# Class Care.Views.Common.StatuesView

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: thankcreate/Care

Public Properties

Property Type Description
m_itemViewModel ItemViewModel

Public Methods

Method Description
StatuesView ( ) : System

Protected Methods

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

Private Methods

Method Description
Comment_Click ( object sender, EventArgs e ) : void
ForwardThumbImageOpened ( object sender, RoutedEventArgs e ) : void
InitHeaderHeight ( ) : void
LoadImage ( ) : void
NotifyPropertyChanged ( String propertyName ) : void
StatuesView_Loaded ( object sender, RoutedEventArgs e ) : void
ThumbImageOpened ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void

StatuesView() public method

public StatuesView ( ) : System
return System

Property Details

m_itemViewModel public_oe property

public ItemViewModel m_itemViewModel
return ItemViewModel