Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about powerpoint-web-addins

Read more about powerpoint-web-addins

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - powerpoint-web-addins

Handle for close event of PowerPoint app in the add-in (JS)

I was looking for a way to handle the closing event of the PowerPoint when developing an Add-in. The only ones that were a bit close was the fact that we can detect the visibility change of the add-in...
test-img

user1532809

powerpoint

office-js

office-addins

powerpoint-addins

powerpoint-web-addins

Votes: 0

Answers: 2

Latest Answer

There are no other events. You can use the onVisibilityModeChanged handler for that: Office.addin.onVisibilityModeChanged().then(function (args) { if (args.visibilityMode = "Taskpane") { ...
test-img

Eugene Astafiev

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved