Show / Hide Table of Contents

Delegate OutputMessageReceivedEventHandler

Represents the method that will handle the Output event.

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

The source of the event.

OutputMessageReceivedEventArgs e

An OutputMessageReceivedEventArgs that contains the event data.

Back to top Generated by DocFX