OnShowGrippersInEditingStatusChanged Method
Raises the ShowGrippersInEditingStatusChanged event.
protected virtual void OnShowGrippersInEditingStatusChanged(
EventArgs
)
'Declaration
Protected Overridable Sub OnShowGrippersInEditingStatusChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnShowGrippersInEditingStatusChanged(e)
Parameters
- e
- The EventArgs that contains the event data.