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