alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AttachmentUploadReadyEventArgs

    Provides data for the attachment-upload-ready event in the SfAIAssistView component.

    Inheritance
    object
    BeforeUploadEventArgs
    AttachmentUploadReadyEventArgs
    Inherited Members
    BeforeUploadEventArgs.Cancel
    BeforeUploadEventArgs.CurrentRequest
    BeforeUploadEventArgs.CustomFormData
    BeforeUploadEventArgs.FilesData
    BeforeUploadEventArgs.WithCredentials
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.InteractiveChat
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AttachmentUploadReadyEventArgs : BeforeUploadEventArgs
    Remarks

    Raised when an attachment finishes uploading. Gives access to the file’s metadata and stream so you can validate, transform, or store the file before it is added to the conversation.

    Constructors

    AttachmentUploadReadyEventArgs(BeforeUploadEventArgs)

    Declaration
    public AttachmentUploadReadyEventArgs(BeforeUploadEventArgs src)
    Parameters
    Type Name Description
    BeforeUploadEventArgs src
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved