Click or drag to resize

InProcessEventArgs(InProcessEventType) Constructor

Constructs an in-process event argument with a specified Type.

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

Parameters

type  InProcessEventType
The event type.
See Also