Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / AutoSizeChanged Event


In This Topic
    AutoSizeChanged Event (FpScrollBar)
    In This Topic
    This event is not relevant for this class.
    Syntax
    'Declaration
     
    
    Public Event AutoSizeChanged As EventHandler
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim handler As EventHandler
     
    AddHandler instance.AutoSizeChanged, handler
    public event EventHandler AutoSizeChanged
    See Also