Skip to content

Commit a7ee562

Browse files
committed
Update README.md
1 parent b54c351 commit a7ee562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This is a quick example WPF application that shows an MVVM-style progress meter
99
* Exception handling back to the original thread.
1010
* Reporting background progress updates via IProgress<T>.
1111
* Tasks can either be declared as void, or have a return value.
12+
* Progress can be reported from multiple tasks chained together.
1213
* Using an attached property to hide [the close button in the progress dialog's title bar](http://stackoverflow.com/questions/743906/how-to-hide-close-button-in-wpf-window) using Win32 interop.
1314
* Using an attached property to implement a [close window command using MVVM](http://stackoverflow.com/questions/11945821/implementing-close-window-command-with-mvvm/).
1415

0 commit comments

Comments
 (0)