QueueCompletedEventHandler Delegate

Represents the method that will handle the WorkManager.QueueCompleted event.
Public Delegate Sub QueueCompletedEventHandler( _ 
ByVal sender As Object, _ 
ByVal e As EventArgs
)
This language is not supported or no code example is available.
public delegate void QueueCompletedEventHandler( 
object sender
EventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event.

e
EventArgs

A EventArgs that contains the event data.

.NET Framework

Supported in: 4.8

In this article

Definition