Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnShowGrippersInEditingStatusChanged Method
The EventArgs that contains the event data.


In This Topic
OnShowGrippersInEditingStatusChanged Method
In This Topic
Raises the ShowGrippersInEditingStatusChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnShowGrippersInEditingStatusChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As EventArgs
 
instance.OnShowGrippersInEditingStatusChanged(e)

Parameters

e
The EventArgs that contains the event data.
See Also