Click or drag to resize

InProcessEventArgs(InProcessEventType, String) Constructor

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

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

Parameters

type  InProcessEventType
The event type.
message  String
The event message.
See Also