Posted 29 June 2021, 4:05 am EST
Hi there,
I’m reaching you out as I realised the ValueChanged event doesn’t trigger whenever the user revert back (Undo) so I’m wondering if you could request the feature to your devs in the next releases as it would be good to have consistency in all the events.
Our scenario is:
we would like to trigger a custom action whenever the user does change the value of a cell, what we currently have in our hands is:
- CellChanged (which triggers multiple times: for style, formula, value)
- RangeChanged (which triggers on copy/paste, dragfill, clear operations)
So we were exploring the ValueChanged event to see if we could limit triggering our custom action attached to the CellChanged but it seems like the Undo operation doesn’t get tracked by this event.
Thanks for your support