ClassChatDownloadEventArgs
Class
Represents the event arguments for the Chat OnMessageFilesDownload event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChatDownloadEventArgs
Inheritance: objectChatDownloadEventArgs
Constructors
ChatDownloadEventArgs()
Declaration
cs-api-definition
public ChatDownloadEventArgs()
Properties
Files
Contains the files to be downloaded. If the event is triggered upon clicking the donwload action of a specific file, the collection contains only the respective file. If the event is triggered upon clicking the Download All button of the message, the collection contains all files of the message.
Declaration
cs-api-definition
public IEnumerable<FileSelectFileInfo> Files { get; set; }
Property Value