Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / CheckStateChanged Event


In This Topic
    CheckStateChanged Event
    In This Topic
    Occurs when the check state of the control is changing.
    Syntax
    'Declaration
     
    
    Public Event CheckStateChanged As EventHandler
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim handler As EventHandler
     
    AddHandler instance.CheckStateChanged, handler
    public event EventHandler CheckStateChanged
    See Also