WorkCancelledEventHandler Delegate

Represents the method that will handle the Environment.WorkCancelled event.
Public Delegate Sub WorkCancelledEventHandler( _ 
ByVal sender As Object, _ 
ByVal e As EventArgs
)
This language is not supported or no code example is available.
public delegate void WorkCancelledEventHandler( 
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.5, 4.6, 4.7

In this article

Definition