OnInputScopeChanged Method
In This Topic
Raises the InputScopeChanged event.
Syntax
'Declaration
Protected Overridable Sub OnInputScopeChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnInputScopeChanged(e)
protected virtual void OnInputScopeChanged(
EventArgs
)
Parameters
- e
- The EventArgs that contains the event data.
See Also