Class SendMessageEventArgs
Represents event arguments for the SendMessage event.
Inheritance
System.Object
SendMessageEventArgs
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class SendMessageEventArgs : RoutedEventArgs
Constructors
SendMessageEventArgs()
Declaration
public SendMessageEventArgs()
Properties
Message
Gets or sets the sent message.
Declaration
public MessageBase Message { get; set; }
Property Value
MessageBase
|