ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / ValueChangedBehavior Property

In This Topic
    ValueChangedBehavior Property
    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