Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 783 Bytes

backgroundtaskprogresseventhandler.md

File metadata and controls

26 lines (19 loc) · 783 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Background.BackgroundTaskProgressEventHandler
winrt delegate

Windows.ApplicationModel.Background.BackgroundTaskProgressEventHandler

-description

Represents a method that handles progress update events for a background task.

-parameters

-param sender

The background task.

-param args

Progress information for the task at the time the notification is sent.

-remarks

Progress update events are delivered only while the application is in the foreground.

-examples

-see-also