Click or drag to resize

MessageReceivedEventArgs Class

Base arguments class for message received events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ema3d.Api.V25MessageReceivedEventArgs
      ema3d.Api.V25.Core.ExecutionProcessMessageReceivedEventArgs

Namespace: ema3d.Api.V25
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class MessageReceivedEventArgs : EventArgs

The MessageReceivedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyMessage Gets the message received from the process.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also