Office.OfficeThemeChangedEventArgs interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

Remarks

[ API set: Mailbox preview ]

Properties

officeTheme

Gets the updated Office theme.

type

Gets the type of the event. For details, refer to Office.EventType.

Property Details

officeTheme

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the updated Office theme.

officeTheme: Office.OfficeTheme;

Property Value

Remarks

[ API set: Mailbox preview ]

type

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the type of the event. For details, refer to Office.EventType.

type: "officeThemeChanged";

Property Value

"officeThemeChanged"

Remarks

[ API set: Mailbox preview ]