Office.OfficeThemeChangedEventArgs interface

Provides the updated Office theme that raised the Office.EventType.OfficeThemeChanged event.

Remarks

[ API set: Mailbox 1.14 ]

Properties

officeTheme

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 ]