Office.OfficeThemeChangedEventArgs interface
Provides the updated Office theme that raised the Office.EventType.OfficeThemeChanged event.
Remarks
[Api set: Mailbox 1.14]
Properties
| office |
Gets the updated Office theme. |
| type | Gets the type of the event. For details, refer to Office.EventType. |
Property Details
officeTheme
Gets the updated Office theme.
officeTheme: Office.OfficeTheme;
Property Value
Remarks
[Api set: Mailbox 1.14]
type
Gets the type of the event. For details, refer to Office.EventType.
type: "officeThemeChanged";
Property Value
"officeThemeChanged"
Remarks
[Api set: Mailbox 1.14]