C# Class MainPage, code

Inheritance: Page
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
DownloadDataInBackground ( int callId, Action returnResult ) : void
MainPage ( )

Méthodes protégées

Méthode Description
RaisePropertyChanged ( string propertyname ) : void

Private Methods

Méthode 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 méthode

public DownloadDataInBackground ( int callId, Action returnResult ) : void
callId int
returnResult Action
Résultat void

MainPage() public méthode

public MainPage ( )

RaisePropertyChanged() protected méthode

protected RaisePropertyChanged ( string propertyname ) : void
propertyname string
Résultat void