How to Implement Save As Event Handler in VBA

I'm trying to write a macro in VBA that will run when the user uses the "save as" function on a part or assembly. 

There's the DPartDocEvents_FileSaveAsNotify2EventHandler Delegate, but I'm not using .Net.

 

Is there any way to trigger a macro with a "save as" event?