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

In This Topic
    AutoSizeChanged Event (C1CheckBox)
    In This Topic
    Occurs when the value of the C1.Win.Input.Base.C1ButtonBase.AutoSize property changes.
    Syntax
    'Declaration
     
    
    Public Event AutoSizeChanged As EventHandler
    public event EventHandler AutoSizeChanged
    See Also