C# Class MainPage, code

Inheritance: Page
显示文件 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
DownloadDataInBackground ( int callId, Action returnResult ) : void
MainPage ( )

Protected Methods

Method Description
RaisePropertyChanged ( string propertyname ) : void

Private Methods

Method Description
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

Method Details

DownloadDataInBackground() public method

public DownloadDataInBackground ( int callId, Action returnResult ) : void
callId int
returnResult Action
return void

MainPage() public method

public MainPage ( )

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string propertyname ) : void
propertyname string
return void