MessageReceivedEventArgs
Class
Superclasses
System.Object
EventArgs
MessageReceivedEventArgs
Visual Basic
Public ClassMessageReceivedEventArgs
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
|
The inbound message that triggered the event. |
Get |