alexeyvanyukevich's avatar
alexeyvanyukevich
Brass Contributor
Nov 22, 2021
Status:
Completed

Office.js Word Document content changes

Could we have an event to subscribe for document changes for Word. There is a possible work around is to use Bindings for the content control and add a data changed event to the binding (this will work across all platforms). I'd be greate to have an easy way to do so.


Expected behavior:

Office.context.document.addHandlerAsync(Office.EventType.DocumentChanged, ...);

No CommentsBe the first to comment