Click or drag to resize

InProcessEventArgs Class

Event arguments class for the in-process server and client.
Inheritance Hierarchy
SystemObject
  Orthogonal.MixedCommsLibInProcessEventArgs

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

The InProcessEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodInProcessEventArgs(InProcessEventType) Constructs an in-process event argument with a specified Type.
Public methodInProcessEventArgs(InProcessEventType, String) Constructs an in-process event argument with a specified Type and Message.
Top
Properties
 NameDescription
Public propertyMessage The event message. A value is only present for the Received event type.
Public propertyType The in-process event type.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also