menu

Blazor

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

    Show / Hide Table of Contents

    Class ProgressEventArgs

    Provides information about the Progressing event callback.

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

    Constructors

    ProgressEventArgs()

    Declaration
    public ProgressEventArgs()

    Properties

    E

    Gets the original event arguments.

    Declaration
    public object E { get; set; }
    Property Value
    Type
    System.Object

    File

    Gets the details about the uploaded file.

    Declaration
    public FileInfo File { get; set; }
    Property Value
    Type Description
    FileInfo

    FileInfo

    LengthComputable

    Gets or sets whether the file progress is computable or not.

    Declaration
    public bool LengthComputable { get; set; }
    Property Value
    Type Description
    System.Boolean

    System.Boolean

    Loaded

    Gets or sets the file progressed size.

    Declaration
    public Decimal Loaded { get; set; }
    Property Value
    Type Description
    System.Decimal

    System.Decimal

    Operation

    Gets the upload event operation.

    Declaration
    public string Operation { get; set; }
    Property Value
    Type Description
    System.String

    System.String

    Stream

    Gets the stream of the uploaded file.

    Declaration
    public Stream Stream { get; }
    Property Value
    Type Description
    System.IO.Stream

    System.IO.Stream

    Total

    Gets the total size of the uploading file.

    Declaration
    public Decimal Total { get; set; }
    Property Value
    Type Description
    System.Decimal

    System.Decimal

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