Class
ChatAttachFilesEventArgs

Provides data for the AttachFiles event, which occurs when the end user picks files to attach in the chat.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ChatAttachFilesEventArgs : EventArgs

Inheritance: objectEventArgsChatAttachFilesEventArgs

Inherited Members EventArgs.Empty

Constructors

ChatAttachFilesEventArgs(IList<IFileInfo>)

Initializes a new instance of the class.

Declaration

cs-api-definition
public ChatAttachFilesEventArgs(IList<IFileInfo> filesToAttach)

Parameters

filesToAttach

IList<IFileInfo>

Properties

FilesToAttach

Gets the list of files to attach to the chat message.

Declaration

cs-api-definition
public IList<IFileInfo> FilesToAttach { get; }

Property Value

IList<IFileInfo>

Remarks

The files can originate from:

  • A file picker operation via
  • A drag and drop operation