Posted 25 July 2019, 12:03 pm EST
Good morning/afternoon.
Following up the post: https://www.grapecity.com/forums/spread-sheets/events-on-new-rowcolumn#original-post.
Adding/removing rows and columns and listening with the event listeners as RowChanged, ColumnChanged the triggered event has an expected meaningful name (e.g. addRows or deleteRows), however this doesn’t apply when the action from the user is Undo/Redo, in fact, these actions always trigger an event called DeleteColumns.
How to reproduce the issue:
Create a new instance of spreadsheet with a sheet.
Attach 2 listeners e.g.
spreadInstance.bind(GC.Spread.Sheets.Events.RowChanged, onRowColChange)
spreadInstance.bind(GC.Spread.Sheets.Events.ColumnChanged, onRowColChange)
log (e, info) as arguments of the function
onRowColChange
