[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.EditStatusChanged

EditStatusChanged Event

Occurs when toggling between insert and overwrite mode.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public event EventHandler<EditStatusChangedEventArgs> EditStatusChanged
Public Event EditStatusChanged As EventHandler(Of EditStatusChangedEventArgs)
Returns
Type Description
EventHandler<EditStatusChangedEventArgs> Occurs when toggling between insert and overwrite mode.
Remarks

This event is raised if the OverWrite property is changed or the user presses the Insert key.