Anyone know at what point to get a reference to an AssemblyDoc in time to get the LoadFromStorageNotify event? I don't seem to be getting that event when I get the reference during the FileOpenNotify event, nor at any time after?
Thanks. The question was more that the LoadFromStorageNotify event was being raised by Solidworks before I'd got the reference. It turns out that I need to grab the AssemblyDoc reference in the DocumentLoadNotify event... waiting for FileOpenNotify2 is too late.