OnClientSelectedIndexChanging Property
                In This Topic
            
            A function called when the selected index of the C1ComboBox is about to change.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property OnClientSelectedIndexChanging As System.String
             
        
            
            public System.string OnClientSelectedIndexChanging {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also