ProgressChanged Event
Collapse the table of content
Expand the table of content

Progress<T>.ProgressChanged Event

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

Raised for each reported progress value.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

public event EventHandler<T> ProgressChanged

Handlers registered with this event will be invoked on the SynchronizationContext captured when the instance was constructed.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft