TaskCompletedEventArgs VB.NET Reference Documentation
TaskCompletedEventArgs
Current Version: 9.5.0.72
Provides the args for the OnTaskCompleted event.
Properties
task
task As Task (ReadOnly)
The task object that has completed (or aborted/canceled).
top