MessageAddedEventArgs

MessageAddedEventArgs class

Provides data for the

The MessageAddedEventArgs type exposes the following members:

Constructors

NameDescription
MessageAddedEventArgs(entry_id, message)Initializes a new instance of the MessageAddedEventArgs class

Properties

NameDescription
messageGets the message that has been added.
entry_idGets the string that represents the EntryId of the added message.

See Also