MessageReceivedEventArgs

Class

Superclasses

System.Object
  EventArgs
    MessageReceivedEventArgs

Visual Basic

Public Class MessageReceivedEventArgs
  Inherits EventArgs

C#

public class MessageReceivedEventArgs : EventArgs

Purpose

Message received events pass instances of this class to their event handlers.

Member

Description

 

Public Instance Properties

Closure object

The closure data, which the program supplied in the call that created the listener instance.

Get

Message

Message

The inbound message that triggered the event.

Get