FileUploadStartEventArgs(UploadFileInfo, String) Constructor
Initializes a new instance of the FileUploadStartEventArgs class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public FileUploadStartEventArgs(
UploadFileInfo fileInfo,
string uploadUrl
)
Parameters
Name | Type | Description |
---|---|---|
fileInfo | UploadFileInfo | Specifies file information. |
uploadUrl | String | Specifies the upload URL. |
See Also