Show / Hide Table of Contents

Delegate SimulationCompletedEventHandler

Represents the method that will handle the SimulationCompleted event.

Namespace: EplusLauncher
Assembly: cs.temp.dll.dll
Syntax
public delegate void SimulationCompletedEventHandler(object sender, SimulationCompletedEventArgs e);
Parameters
Type Name Description
System.Object sender

The source of the event.

SimulationCompletedEventArgs e

A SimulationCompletedEventArgs that contains the event data.

Back to top Generated by DocFX