FolderMoved event?

  • Thread starter Thread starter mightyCoCo
  • Start date Start date
M

mightyCoCo

Hi,

is there a way to receive an event, if a folder inside a Explorer is
moved for Office 2007?
Like the Explorer.BeforeItemPaste event?
the Explorer.BeforeMove is the wrong one - that apparently triggers,
when the explorer window is moved.

thanks in advance,
-coco
 
Explorer.CurrentFolder returns a Folder object, you can then handle the
Folder.BeforeFolderMove() event.
 
Back
Top