C# 클래스 MainPage, code

상속: Page
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
DownloadDataInBackground ( int callId, Action returnResult ) : void
MainPage ( )

보호된 메소드들

메소드 설명
RaisePropertyChanged ( string propertyname ) : void

비공개 메소드들

메소드 설명
MainPageLoaded ( object sender, RoutedEventArgs e ) : void
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
OnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ThisMethod ( ) : Task
button1_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

DownloadDataInBackground() 공개 메소드

public DownloadDataInBackground ( int callId, Action returnResult ) : void
callId int
returnResult Action
리턴 void

MainPage() 공개 메소드

public MainPage ( )

RaisePropertyChanged() 보호된 메소드

protected RaisePropertyChanged ( string propertyname ) : void
propertyname string
리턴 void