Class PauseResumeEventArgs
Inheritance
System.Object
PauseResumeEventArgs
Implements
System.IEquatable<PauseResumeEventArgs>
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class PauseResumeEventArgs : Object, IEquatable<PauseResumeEventArgs>
Constructors
PauseResumeEventArgs()
Declaration
public PauseResumeEventArgs()
Properties
ChunkCount
Returns the total number of chunks.
Declaration
public double ChunkCount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ChunkIndex
Returns the index of chunk that is Paused or Resumed.
Declaration
public double ChunkIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ChunkSize
Returns the chunk size value in bytes.
Declaration
public double ChunkSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Event
Returns the original event arguments.
Declaration
public EventArgs Event { get; set; }
Property Value
Type | Description |
---|---|
System.EventArgs |
File
Returns the file data that is Paused or Resumed.
Declaration
public FileInfo File { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
Methods
Equals(PauseResumeEventArgs)
Declaration
public bool Equals(PauseResumeEventArgs pauseResumeEventArgs)
Parameters
Type | Name | Description |
---|---|---|
PauseResumeEventArgs | pauseResumeEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>