Class
ChatRemoveAttachedFileEventArgs

Provides data for the RemoveAttachedFile event, which occurs when the end user removes an attached file from the ChatInputAreaAttachedFilesView via the X button, i.e. removes an item that was originally intended to be uploaded but had not yet been sent.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ChatRemoveAttachedFileEventArgs : EventArgs

Inheritance: objectEventArgsChatRemoveAttachedFileEventArgs

Inherited Members EventArgs.Empty

Constructors

ChatRemoveAttachedFileEventArgs(int)

Initializes a new instance of the class.

Declaration

cs-api-definition
public ChatRemoveAttachedFileEventArgs(int index)

Parameters

index

int

Properties

Index

Gets the index of the item that should be removed from the AttachedFilesSource and AttachedFiles.

Declaration

cs-api-definition
public int Index { get; }

Property Value

int