New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class ChatAttachFilesEventArgs : EventArgs

Inheritance: objectEventArgsChatAttachFilesEventArgs

Inherited Members EventArgs.Empty

Properties

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

C#
public IList<IFileInfo> FilesToAttach { get; }
Remarks:

The files can originate from:

  • A pick-file operation via
  • A drag and drop operation
  • A pick-photo operation via
  • A take-photo operation via
In this article
DefinitionPropertiesFilesToAttach
Not finding the help you need?
Contact Support