Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnAutoScrollWhenKeyboardShowingChanged Method
The EventArgs that contains the event data.


In This Topic
    OnAutoScrollWhenKeyboardShowingChanged Method
    In This Topic
    Raises the AutoScrollWhenKeyboardShowingChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAutoScrollWhenKeyboardShowingChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As EventArgs
     
    instance.OnAutoScrollWhenKeyboardShowingChanged(e)
    protected virtual void OnAutoScrollWhenKeyboardShowingChanged( 
       EventArgs e
    )

    Parameters

    e
    The EventArgs that contains the event data.
    See Also