C# 클래스 Care.Views.Common.ImageView

상속: PhoneApplicationPage, INotifyPropertyChanged
파일 보기 프로젝트 열기: thankcreate/Care

공개 메소드들

메소드 설명
ImageView ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedTo ( System e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ImageView() 공개 메소드

public ImageView ( ) : System
리턴 System

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System e ) : void
e System
리턴 void