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