C# 클래스 RefreshSample.ViewModels.TestViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: jamesmontemagno/Xamarin.Forms-PullToRefreshLayout 1 사용 예제들

공개 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void
TestViewModel ( Page page ) : System

비공개 메소드들

메소드 설명
ExecuteRefreshCommand ( ) : System.Threading.Tasks.Task

메소드 상세

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

TestViewModel() 공개 메소드

public TestViewModel ( Page page ) : System
page Xamarin.Forms.Page
리턴 System