Class CurrentProgressChangedEventArgs
Event occurs when current progress changed.
Inheritance
System.Object
CurrentProgressChangedEventArgs
Namespace: Syncfusion.ExcelToPdfConverter
Assembly: Syncfusion.ExcelToPDFConverter.Base.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. |