Provides data for the RemoveAttachedFile event, which occurs when the end user removes an attached file from the PromptInputAttachedFilesView 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:
C#
public class ChatRemoveAttachedFileEventArgs : EventArgs
Inheritance: objectEventArgsChatRemoveAttachedFileEventArgs
Inherited Members
Properties
Gets the index of the item that should be removed from the AttachedFilesSource and AttachedFiles.
C#
public int Index { get; }