For https://learn.microsoft.com/en-us/javascript/api/word/word.contentcontrol?view=word-js-preview ,
content control do we have any mechanism to identify redo, undo event of content inside contentControl in order to attach a handler later on ? Also I have tried using "
BindingDataChanged" with "Binding" interface, that also does not serve the purpose?
I am looking for an api for production.
content control do we have any mechanism to identify redo, undo event of content inside contentControl in order to attach a handler later on ? Also I have tried using "
BindingDataChanged" with "Binding" interface, that also does not serve the purpose?
I am looking for an api for production.