 | InProcessEventArgs(InProcessEventType, String) Constructor |
Constructs an in-process event argument with a specified
Type and
Message.
Namespace: Orthogonal.MixedCommsLibAssembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntaxpublic InProcessEventArgs(
InProcessEventType type,
string? message
)
Parameters
- type InProcessEventType
- The event type.
- message String
- The event message.
See Also