Class SuccessEventArgs
Defines the argument for the Success event.
Inheritance
System.Object
SuccessEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class SuccessEventArgs : Object
Constructors
SuccessEventArgs()
Declaration
public SuccessEventArgs()
Properties
ChunkIndex
Returns the upload chunk index.
Declaration
public double ChunkIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ChunkSize
Returns the upload chunk size.
Declaration
public double ChunkSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
E
Returns the original event arguments.
Declaration
public object E { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Event
Returns the original event arguments.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
File
Returns the details about upload file.
Declaration
public FileInfo File { get; set; }
Property Value
Type | Description |
---|---|
FileInfo |
Operation
Returns the upload event operation.
Declaration
public string Operation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Response
Returns the upload event operation.
Declaration
public ResponseEventArgs Response { get; set; }
Property Value
Type | Description |
---|---|
ResponseEventArgs |
StatusText
Returns the upload status.
Declaration
public string StatusText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalChunk
Returns the total chunk size.
Declaration
public double TotalChunk { get; set; }
Property Value
Type | Description |
---|---|
System.Double |