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
Change description of 'state' object passed to ProgressUpdate (#3090)
* Change description of 'state' object passed to ProgressUpdate
Match description of the parameter to the description of the property on the event generated from the function call.
* fixed bad crefs
Copy file name to clipboardExpand all lines: xml/System.ComponentModel/BackgroundWorker.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -750,7 +750,7 @@
750
750
</Parameters>
751
751
<Docs>
752
752
<paramname="percentProgress">The percentage, from 0 to 100, of the background operation that is complete.</param>
753
-
<paramname="userState">The state object passed to <seecref="M:System.ComponentModel.BackgroundWorker.RunWorkerAsync(System.Object)" />.</param>
753
+
<paramname="userState">A unique <seecref="T:System.Object"/> indicating the user state. Returned as the <seecref="P:System.ComponentModel.ProgressChangedEventArgs.UserState" /> property of the <seecref="T:System.ComponentModel.ProgressChangedEventArgs" />.</param>
754
754
<summary>Raises the <seecref="E:System.ComponentModel.BackgroundWorker.ProgressChanged" /> event.</summary>
0 commit comments