Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / OnCheckStateChanged Method
Event arguments


In This Topic
    OnCheckStateChanged Method
    In This Topic
    Raises the CheckStateChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCheckStateChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim e As EventArgs
     
    instance.OnCheckStateChanged(e)
    protected virtual void OnCheckStateChanged( 
       EventArgs e
    )

    Parameters

    e
    Event arguments
    See Also