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

In This Topic
    OnClientChange Property (C1Upload)
    In This Topic
    The event associated with this property occurs when a user selects a file. This event can be cancelled.
    Syntax
    'Declaration
     
    Public Property OnClientChange As System.String
    public System.string OnClientChange {get; set;}
    See Also