Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / C1CheckBox Class / OnCheckStateChanged Method
The event arguments.

In This Topic
    OnCheckStateChanged Method (C1CheckBox)
    In This Topic
    Invokes the CheckStateChanged event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnCheckStateChanged( _
       ByVal e As EventArgs _
    ) 
    protected override void OnCheckStateChanged( 
       EventArgs e
    )

    Parameters

    e
    The event arguments.
    See Also