blazor-devexpress-dot-blazor-875414f7.md
Provides data for the FileUploadStart event.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class FileUploadStartEventArgs :
FileUploadEventArgs
FileUploadStartEventArgs is the data class for the following events:
Handle the FileUploadStart event to check file upload before it starts. This class includes the following properties:
See the FileUploadStart event description for additional information and examples.
Object EventArgs FileUploadEventArgs FileUploadStartEventArgs
See Also