OnAutoScrollWhenKeyboardShowingChanged Method
Raises the AutoScrollWhenKeyboardShowingChanged event.
protected virtual void OnAutoScrollWhenKeyboardShowingChanged(
EventArgs
)
'Declaration
Protected Overridable Sub OnAutoScrollWhenKeyboardShowingChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnAutoScrollWhenKeyboardShowingChanged(e)
Parameters
- e
- The EventArgs that contains the event data.