SimulationPausedEventHandler Delegate

Represents the method that will handle the Manufacture.SimulationPaused event.
Public Delegate Sub SimulationPausedEventHandler( _ 
ByVal sender As Object, _ 
ByVal e As EventArgs
)
This language is not supported or no code example is available.
public delegate void SimulationPausedEventHandler( 
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 object that contains the event data.

.NET Framework

Supported in: 4.8

In this article

Definition