QueueCancelledEventHandler Delegate

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

Parameters

sender
object

The source of the event.

e
WorkUnitEventArgs

A WorkUnitEventArgs that contains the event data.

.NET Framework

Supported in: 4.8

In this article

Definition