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

In This Topic
    AutoSizeChanged Event (C1Label)
    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