Word Events
ContentControl | onDataChanged | Occurs 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) |
onDeleted | Occurs 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) | |
onSelectionChanged | Occurs when selection within the content control is changed. (1.4) | |
Document | SelectionChanged | |
onContentControlAdded | Occurs when a content control is added. Run context.sync() in the handler to get the new content control's properties. (1.4) | |
Table | onActivated | |
onAdded | ||
onDeactivated |
© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext