BackgroundTransferRequest.TransferProgressChanged Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when the progress of the transfer changes.

Namespace:  Microsoft.Phone.BackgroundTransfer
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Event TransferProgressChanged As EventHandler(Of BackgroundTransferEventArgs)
public event EventHandler<BackgroundTransferEventArgs> TransferProgressChanged

Remarks

The following properties are related to the progress of an ongoing transfer. If the value of any of these properties changes, the TransferProgressChanged event is fired.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

BackgroundTransferRequest Class

Microsoft.Phone.BackgroundTransfer Namespace