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

In This Topic
    AutoSizeChanged Event (C1ButtonControl)
    In This Topic
    Occurs when the value of the AutoSize property changes.
    Syntax
    'Declaration
     
    
    Public Event AutoSizeChanged As EventHandler
    public event EventHandler AutoSizeChanged
    See Also