Méthode | Description | |
---|---|---|
BackgroundTransferQueue ( ) : System | ||
SubscribeMonitor ( |
Méthode | Description | |
---|---|---|
OnBackKeyPress ( CancelEventArgs e ) : void |
Méthode | Description | |
---|---|---|
ClearApplicationBar ( ) : void |
Resets the application bar by removing all items
|
|
ClearCompletedItems ( object sender, |
This clears all completed transfers from the transfer queue
|
|
OnAddButtonClick ( object sender, |
This function is for demo purposes. It adds three files to the background download queue and displays them in the multi-select list.
|
|
OnCancelButtonClick ( object sender, |
||
OnSelectButtonClick ( object sender, |
||
ReloadApplicationBar ( ) : void |
This clears the application bar and loads it with the correct buttons (depends on the selection mode of the multi-select list)
|
|
TransferCanceled ( object sender, BackgroundTransferEventArgs transferEventArgs ) : void |
Automatically removes a monitor from the queue when it is canceled.
|
|
TransfersList_OnIsSelectionEnabledChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
TransfersList_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
Called when the number of items in the multi-select list changes
|
|
UnsubscribeMonitor ( |
||
UpdateCancelButton ( ) : void |
Updates the enabled state of the cancel button in the application bar
|
public BackgroundTransferQueue ( ) : System | ||
Résultat | System |
protected OnBackKeyPress ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
Résultat | void |
public SubscribeMonitor ( |
||
monitor | ||
Résultat | void |