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

In This Topic
    OnClientUpload Property
    In This Topic
    The event associated with this property occurs before the file is uploaded. This event can be cancelled.
    Syntax
    'Declaration
     
    Public Property OnClientUpload As System.String
    public System.string OnClientUpload {get; set;}
    See Also