Spread WinForms 15
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
See Also