Event arguments for when a message is added to the conversation.
Definition
Namespace:Telerik.WinControls.UI.Converters
Assembly:Telerik.WinControls.PdfViewer.dll
Syntax:
C#
public class MessageAddedEventArgs : EventArgs
Inheritance: objectEventArgsMessageAddedEventArgs
Inherited Members
Constructors
Properties
Gets the message that was added.
C#
public ChatTextMessage Message { get; }