ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
DSDarren Smith19/03/2025

Can anybody help?

I have the following lines of code in a Vb.Net "Addin" that works great!

mActivePart = odoc

AddHandler mActivePart.FileSaveNotify, partSaveHandler

Does anybody know the Vb.Net code for File Closed (Destroyed)?

for example

AddHandler mActivePart.FileDestroyNotify, partDestroyHandler ????

Many thanks in advance!

Darren