Click or drag to resize

OutProcessEventArgs(OutProcessEventType) Constructor

Constructs an event argument with a specified Type.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public OutProcessEventArgs(
	OutProcessEventType type
)

Parameters

type  OutProcessEventType
The event type.
See Also