Message 1 of 1
OnExecuteEventHandler trigged two times
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to define a Command that opens a file dialog in order to load a STEP file.
When I execute the command for the user interface my event OnExecuteEventHandler gets called but when importManager->importToTarget it call the OnExecuteEventHandler again.
What I am doing wrong ?
Thank you