Class FailureEventArgs
Provides information about the OnChunkFailure and OnFailure events callback.
Inherited Members
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class FailureEventArgs : SuccessEventArgs
Constructors
FailureEventArgs()
Declaration
public FailureEventArgs()
Properties
RetryFiles
Gets the details about retrying the upload files.
Declaration
public FileInfo[] RetryFiles { get; set; }
Property Value
Type | Description |
---|---|
FileInfo[] |