ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / ValueChangedBehavior Property

In This Topic
    ValueChangedBehavior Property (C1ComboBox)
    In This Topic
    Allows backward compatibility with the old behavior, when the ValueChanged event previously fired on any text change.
    Syntax
    'Declaration
     
    
    Public Property ValueChangedBehavior As ValueChangedBehaviorEnum
    public ValueChangedBehaviorEnum ValueChangedBehavior {get; set;}
    See Also