menu

Blazor

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

    Show / Hide Table of Contents

    Class UploadChangeEventArgs

    Provides information about the ValueChange event callback.

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

    Constructors

    UploadChangeEventArgs()

    Declaration
    public UploadChangeEventArgs()

    Properties

    Files

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

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

    System.Collections.Generic.List<>

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