Provides data for the SendMessage event. Contains a snapshot of the input text and attached files at the time the message was sent.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PromptInputSendMessageEventArgs : EventArgs
Inheritance: objectEventArgsPromptInputSendMessageEventArgs
Inherited Members
Constructors
Initializes a new instance of the PromptInputSendMessageEventArgs class.
C#
public PromptInputSendMessageEventArgs(string text, IReadOnlyList<PromptInputAttachedFile> attachedFiles)
The message text.
attachedFilesIReadOnlyList<PromptInputAttachedFile>A snapshot of the attached files.
Properties
AttachedFiles
IReadOnlyList<PromptInputAttachedFile>
Gets a read-only snapshot of the attached files at the time the message was sent.
C#
public IReadOnlyList<PromptInputAttachedFile> AttachedFiles { get; }