Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1ToggleSwitch Class / Toggled Event

In This Topic
    Toggled Event
    In This Topic
    Occurs when the control's state is changed.
    Syntax
    'Declaration
     
    
    Public Event Toggled As EventHandler
    public event EventHandler Toggled
    See Also