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

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