Word Events


ContentControlonDataChangedOccurs when data within the content control are changed. To get the new text, load this content control in the handler. To get the old text, do not load it. (1.4)
 onDeletedOccurs when the content control is deleted. Do not load this content control in the handler, otherwise you won't be able to get its original properties. (1.4)
 onSelectionChangedOccurs when selection within the content control is changed. (1.4)
DocumentSelectionChanged 
  onContentControlAddedOccurs when a content control is added. Run context.sync() in the handler to get the new content control's properties. (1.4)
TableonActivated 
 onAdded 
 onDeactivated 

© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext