menu

Blazor

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

    Show / Hide Table of Contents

    Class PauseResumeEventArgs

    Provides information about the Paused and OnResume events callback.

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

    Constructors

    PauseResumeEventArgs()

    Declaration
    public PauseResumeEventArgs()

    Properties

    ChunkCount

    Gets the total number of chunks count.

    Declaration
    public double ChunkCount { get; set; }
    Property Value
    Type Description
    System.Double

    System.Double

    ChunkIndex

    Get the index of the file chunk that is paused or resumed.

    Declaration
    public double ChunkIndex { get; set; }
    Property Value
    Type Description
    System.Double

    System.Double

    ChunkSize

    Gets the chunk size of the uploaded file in bytes.

    Declaration
    public double ChunkSize { get; set; }
    Property Value
    Type Description
    System.Double

    System.Double

    Event

    Gets the original event arguments.

    Declaration
    public EventArgs Event { get; set; }
    Property Value
    Type Description
    System.EventArgs

    The original event arguments for the current event.

    File

    Gets the passed or resumed file details.

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

    FileInfo

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