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


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

    Parameters

    e
    The EventArgs that contains the event data.
    See Also