Method | Description | |
---|---|---|
DownloadDataInBackground ( int callId, Action returnResult ) : void | ||
MainPage ( ) |
Method | Description | |
---|---|---|
RaisePropertyChanged ( string propertyname ) : void |
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 |
public DownloadDataInBackground ( int callId, Action returnResult ) : void | ||
callId | int | |
returnResult | Action | |
return | void |
protected RaisePropertyChanged ( string propertyname ) : void | ||
propertyname | string | |
return | void |