Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AutoScrollWhenKeyboardShowingChanged Event


In This Topic
    AutoScrollWhenKeyboardShowingChanged Event
    In This Topic
    Occurs when the AutoScrollWhenKeyboardShowing property is changed.
    Syntax
    'Declaration
     
    
    Public Event AutoScrollWhenKeyboardShowingChanged As EventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler
     
    AddHandler instance.AutoScrollWhenKeyboardShowingChanged, handler
    public event EventHandler AutoScrollWhenKeyboardShowingChanged
    See Also