Edit

Share via


Excel.LinkedEntityDataDomainRefreshModeChangedEventArgs interface

Provides information about the linked entity data ___domain whose refresh mode was changed.

Remarks

[ API set: ExcelApi 1.19 ]

Properties

id

Gets the ID of the linked entity data ___domain whose refresh mode was changed. This ID is defined by Office Add-ins. This ID is not applicable to linked entity data domains defined by service data providers, such as Bing or Power BI.

refreshMode

Gets the new refresh mode of the linked entity data ___domain.

serviceId

Gets the service ID of the linked entity data ___domain whose refresh mode was changed.

source

Gets the source of the event. See Excel.EventSource for details.

type

Gets the type of the event. See Excel.EventType for details.

Property Details

id

Gets the ID of the linked entity data ___domain whose refresh mode was changed. This ID is defined by Office Add-ins. This ID is not applicable to linked entity data domains defined by service data providers, such as Bing or Power BI.

id?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.19 ]

refreshMode

Gets the new refresh mode of the linked entity data ___domain.

refreshMode: Excel.LinkedEntityDataDomainRefreshMode | "Unknown" | "Manual" | "OnLoad" | "Periodic";

Property Value

Excel.LinkedEntityDataDomainRefreshMode | "Unknown" | "Manual" | "OnLoad" | "Periodic"

Remarks

[ API set: ExcelApi 1.19 ]

serviceId

Gets the service ID of the linked entity data ___domain whose refresh mode was changed.

serviceId: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.19 ]

source

Gets the source of the event. See Excel.EventSource for details.

source: Excel.EventSource | "Local" | "Remote";

Property Value

Excel.EventSource | "Local" | "Remote"

Remarks

[ API set: ExcelApi 1.19 ]

type

Gets the type of the event. See Excel.EventType for details.

type: "LinkedEntityDataDomainRefreshModeChanged";

Property Value

"LinkedEntityDataDomainRefreshModeChanged"

Remarks

[ API set: ExcelApi 1.19 ]