Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / AutoSizeChanged Event


In This Topic
    AutoSizeChanged Event (GcTextBox)
    In This Topic
    Occurs when the AutoSize property is changed.
    Syntax
    'Declaration
     
    
    Public Event AutoSizeChanged As EventHandler
    'Usage
     
    
    Dim instance As GcTextBox
    Dim handler As EventHandler
     
    AddHandler instance.AutoSizeChanged, handler
    public event EventHandler AutoSizeChanged
    Remarks
    This event is raised if the AutoSize property is changed.
    See Also