Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1DateEdit Class / ValueChangedBehavior Property

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