menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActionCompleteEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ActionCompleteEventArgs

    Provides information about the OnActionComplete event callback.

    Inheritance
    System.Object
    ActionCompleteEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionCompleteEventArgs : Object

    Constructors

    ActionCompleteEventArgs()

    Declaration
    public ActionCompleteEventArgs()

    Properties

    FileData

    Gets the list of selected files' details from the SfUploader component.

    Declaration
    public List<FileInfo> FileData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FileInfo>

    FileInfo

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved