Office.InitializationContextChangedEventArgs interface
Provides data from an actionable message, InsightMessage notification, Smart Alerts dialog, or integrated spam-reporting dialog when the Office.EventType.InitializationContextChanged
event occurs.
Remarks
Properties
initialization |
Represents the data to be passed to an add-in's task pane from an actionable message, notification message, Smart Alerts dialog, or integrated spam-reporting dialog. |
type | Represents the type of the event. For details, refer to Office.EventType. |
Property Details
initializationContextData
Represents the data to be passed to an add-in's task pane from an actionable message, notification message, Smart Alerts dialog, or integrated spam-reporting dialog.
initializationContextData: string;
Property Value
string
Remarks
type
Represents the type of the event. For details, refer to Office.EventType.
type: "olkInitializationContextChanged";
Property Value
"olkInitializationContextChanged"
Remarks
Office Add-ins