ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1CheckBox Class / ValueChanged Event

In This Topic
    ValueChanged Event (C1CheckBox)
    In This Topic
    Occurs when the Value property has changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also