ClassChatFileActionClickEventArgs
Class
Event arguments of the click event of the chat message file action.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class ChatFileActionClickEventArgs
Inheritance: objectChatFileActionClickEventArgs
Constructors
ChatFileActionClickEventArgs()
Declaration
cs-api-definition
public ChatFileActionClickEventArgs()
Properties
File
Object containing meta info for the file.
Declaration
cs-api-definition
public FileSelectFileInfo File { get; set; }
Property Value