Skip to main content

BootstrapUploadControlEventMap Interface

Declaration

interface BootstrapUploadControlEventMap extends ControlEventMap

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

Inherited Members

Inheritance

ControlEventMap
BootstrapUploadControlEventMap

Properties

dropZoneEnter Property

Declaration

"dropZoneEnter": UploadControlDropZoneEnterEventArgs

Property Value

Type
UploadControlDropZoneEnterEventArgs

dropZoneLeave Property

Declaration

"dropZoneLeave": UploadControlDropZoneLeaveEventArgs

Property Value

Type
UploadControlDropZoneLeaveEventArgs

fileInputCountChanged Property

Declaration

"fileInputCountChanged": EventArgs

Property Value

Type
EventArgs

filesUploadComplete Property

Declaration

"filesUploadComplete": UploadControlFilesUploadCompleteEventArgs

Property Value

Type
UploadControlFilesUploadCompleteEventArgs

filesUploadStart Property

Declaration

"filesUploadStart": UploadControlFilesUploadStartEventArgs

Property Value

Type
UploadControlFilesUploadStartEventArgs

fileUploadComplete Property

Declaration

"fileUploadComplete": UploadControlFileUploadCompleteEventArgs

Property Value

Type
UploadControlFileUploadCompleteEventArgs

textChanged Property

Declaration

"textChanged": UploadControlTextChangedEventArgs

Property Value

Type
UploadControlTextChangedEventArgs

uploadingProgressChanged Property

Declaration

"uploadingProgressChanged": UploadControlUploadingProgressChangedEventArgs

Property Value

Type
UploadControlUploadingProgressChangedEventArgs

validationErrorOccurred Property

Declaration

"validationErrorOccurred": UploadControlValidationErrorOccurredEventArgs

Property Value

Type
UploadControlValidationErrorOccurredEventArgs