ClassUploadEventArgs
Class
Arguments for the upload/remove event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class UploadEventArgs : UploadCancelableEventArgs
Inheritance: objectUploadEventArgsBaseUploadCancelableEventArgsUploadEventArgs
Inherited Members
Constructors
UploadEventArgs()
Declaration
cs-api-definition
public UploadEventArgs()
Properties
RequestData
The additional data that will be sent with the request.
Declaration
cs-api-definition
public Dictionary<string, object> RequestData { get; set; }
Property Value
RequestHeaders
The headers that will be sent with the request.
Declaration
cs-api-definition
public Dictionary<string, object> RequestHeaders { get; set; }
Property Value