Skip to main content

ASPxClientUploadControlFilesUploadStartEventArgs Class

Provides data for the ASPxClientUploadControl.FilesUploadStart event.

Declaration

declare class ASPxClientUploadControlFilesUploadStartEventArgs extends ASPxClientEventArgs

Remarks

Objects of the ASPxClientUploadControlFilesUploadStartEventArgs type are used as arguments for the ASPxClientUploadControl.FilesUploadStart event generated on the client side.

ASPxClientUploadControlFilesUploadStartEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

ASPxClientEventArgs
ASPxClientUploadControlFilesUploadStartEventArgs
See Also