Class PauseResumeEventArgs
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 |