SOLIDWORKS API Events: Sldworks, assemblyDoc, partDoc, drawingDoc events

I have always had a hard time finding these by doing a Google search so I’m putting them here in a thread.

AssemblyDoc events:
https://help.solidworks.com/2023/english/api/swconst/SOLIDWORKS.Interop.swconst~SOLIDWORKS.Interop.swconst.swAssemblyNotify_e.html
PartDoc events:
https://help.solidworks.com/2023/english/api/swconst/SOLIDWORKS.Interop.swconst~SOLIDWORKS.Interop.swconst.swPartNotify_e.html
DrawingDoc events: swDrawingNotify_e Enumeration - 2023 - SOLIDWORKS API Help
all events:
SolidWorks.Interop.sldworks Namespace - 2023 - SOLIDWORKS API Help

2 Likes