Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.13 KB

File metadata and controls

29 lines (19 loc) · 1.13 KB
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
TabStateChange event (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the TabStateChange event.
HemantGaur
hemantg
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

TabStateChange event (Client API reference)

This event occurs when the DisplayState of the tab changes due to user interaction or when the setDisplayState method is applied in code.

Use this event when you want to change the src property of an IFRAME within the tab. If you set the IFrame.src property in the OnLoad event for an IFRAME within a collapsed tab, the value will be overwritten when the tab is expanded.

Use the addTabStateChange method to add event handlers for this event and the removeTabStateChange method to remove them.

[!INCLUDEfooter-include]