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