Skip to content

Commit 7ad4997

Browse files
committed
Merge branch 'master' of github.com:rdingwall/wpf-mvvm-task-progress-dialog
2 parents d8ed069 + a7ee562 commit 7ad4997

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)