alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AttachmentTappedEventArgs

    Provides data for the AttachmentTapped event.

    Inheritance
    System.Object
    AttachmentTappedEventArgs
    Namespace: Syncfusion.Maui.AIAssistView
    Assembly: Syncfusion.Maui.AIAssistView.dll
    Syntax
    public class AttachmentTappedEventArgs : EventArgs

    Constructors

    AttachmentTappedEventArgs(AssistAttachment)

    Initializes a new instance of the AttachmentTappedEventArgs class.

    Declaration
    public AttachmentTappedEventArgs(AssistAttachment attachment)
    Parameters
    Type Name Description
    AssistAttachment attachment

    Instance of AssistAttachment class.

    Properties

    Attachment

    Gets the attachment details that was tapped.

    Declaration
    public AssistAttachment Attachment { get; }
    Property Value
    Type
    AssistAttachment
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved