You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This is a quick example WPF application that shows an MVVM-style progress meter
9
9
* Exception handling back to the original thread.
10
10
* Reporting background progress updates via IProgress<T>.
11
11
* Tasks can either be declared as void, or have a return value.
12
+
* Progress can be reported from multiple tasks chained together.
12
13
* 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.
13
14
* Using an attached property to implement a [close window command using MVVM](http://stackoverflow.com/questions/11945821/implementing-close-window-command-with-mvvm/).
0 commit comments