Skip to main content
dulajun
Inspiring
May 15, 2013
Question

Thumbnail Event of type "close".

  • May 15, 2013
  • 1 reply
  • 619 views

I want to add event handler to be excuted when the user close (exit) a folder by navigating to different one or by closing the a bridge window.

This topic has been closed for replies.

1 reply

Inspiring
May 15, 2013

There is no close event listed for document… Only for Application (when it quits) To my knowledge you can only use the events that are listed in the guide or OMV I don't think you can add your own…

dulajun
dulajunAuthor
Inspiring
May 16, 2013

What I want is to do trace what the user has done to the folder content exactly when he leave it to another folder or by closing the window.

I think that I could achieve that by "selectionsChanging" and "selectionsChanged" event type for Document events, and comparing the document property to determine if they occured in the same document but for different folder then the old one is deserted.

But I'm not sure if I missing a situation that when spoil the process.

Thanks.