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