Blazor

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

    Show / Hide Table of Contents

    Class UploadChangeEventArgs

    Defines the argument for the UploadChangeEventArgs event.

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

    Constructors

    UploadChangeEventArgs()

    Declaration
    public UploadChangeEventArgs()

    Properties

    Files

    Returns the list of files that will be cleared from the FileList.

    Declaration
    public List<UploadFiles> Files { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<UploadFiles>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved