ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / ValueChanged Event

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