ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1Upload Class / OnClientTotalProgress Property

In This Topic
    OnClientTotalProgress Property
    In This Topic
    The event associated with this property occurs when click the uploadAll button and file uploading.
    Syntax
    'Declaration
     
    Public Property OnClientTotalProgress As System.String
    public System.string OnClientTotalProgress {get; set;}
    See Also