C# Class Care.Views.Common.ImageView

Inheritance: PhoneApplicationPage, INotifyPropertyChanged
Mostrar archivo Open project: thankcreate/Care

Public Methods

Method Description
ImageView ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
ApplicationBarIconButton_Click ( object sender, EventArgs e ) : void
DoGoNext ( ) : void
DoGoPrevios ( ) : void
GestureListener_DragCompleted ( object sender, Microsoft.Phone.Controls.DragCompletedGestureEventArgs e ) : void
Image_Tap ( object sender, System e ) : void
Next_Click ( object sender, EventArgs e ) : void
NotifyPropertyChanged ( String propertyName ) : void
Previos_Click ( object sender, EventArgs e ) : void

Method Details

ImageView() public method

public ImageView ( ) : System
return System

OnNavigatedTo() protected method

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