office-js: Clarify description of ItemChanged (#30387)

* office-js: Clarify description of ItemChanged

* update based on feedback
This commit is contained in:
Elizabeth Samuel
2018-11-13 13:31:36 -08:00
committed by Pranav Senthilnathan
parent 96861dff00
commit 305cb040cd

View File

@@ -1909,9 +1909,9 @@ declare namespace Office {
*/
DocumentSelectionChanged,
/**
* Triggers when the selected Outlook item is changed.
* Triggers when a different Outlook item is selected for viewing while the task pane is pinned.
*
* [Api set: Mailbox 1.1]
* [Api set: Mailbox 1.5]
*/
ItemChanged,
/**