menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrentProgressChangedEventArgs - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CurrentProgressChangedEventArgs

    Event occurs when current progress changed.

    Inheritance
    System.Object
    CurrentProgressChangedEventArgs
    Namespace: Syncfusion.XlsIORenderer
    Assembly: Syncfusion.XlsIORenderer.Portable.dll
    Syntax
    public class CurrentProgressChangedEventArgs : EventArgs

    Constructors

    CurrentProgressChangedEventArgs(Int32, Int32, Object)

    Initializes a new instance of the CurrentProgressChangedEventArgs class.

    Declaration
    public CurrentProgressChangedEventArgs(int noOfSheets, int activeSheetIndex, object source)
    Parameters
    Type Name Description
    System.Int32 noOfSheets

    The no of sheets.

    System.Int32 activeSheetIndex

    Index of the active sheet.

    System.Object source

    The source.

    Properties

    CurrentProgressChanged

    Gets the current progress changed.

    Declaration
    public float CurrentProgressChanged { get; set; }
    Property Value
    Type Description
    System.Single

    The current progress changed.

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