UploadControlClientSideEvents Class
Contains a list of the client-side events available for the ASPxUploadControl.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return UploadControlClientSideEvents objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxUploadControl.ClientSideEvents |
ASP.NET MVC Extensions | UploadControlSettings.ClientSideEvents |
Remarks
The UploadControlClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxUploadControl. Property names represent the names of the available client events.
Each property of this type provides the capability of assigning an appropriate JavaScript handler function to the corresponding client-side event of the ASPxUploadControl.
A UploadControlClientSideEvents object is automatically created when a server-side ASPxUploadControl object is being initialized.