- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I have an ExternalEvent which I'm raising from a Button_Click event handler. Pretty normal stuff. However, today for some reason when ExternalEvenet is raised Revit is refusing to go to Execute method. By that I mean when I debug and go line by line I can see that when the button is click and Result.Succeed is returned, then the event is raised, which is normal. It then goes to GetName method of my IExternalEventHandler, but after that it just finishes execution and the focus comes back to the Revit UI. It's quite weird as it was working properly a few days ago.
Wondering what could possibly trigger this behaviour?
I can see the ExternalEventRequest.Accepted is returned when my event is raised.
My Revit is 2019 and updated. What I have tried so far:
- Restarting Revit
- Restarting Visual Studio
- Creating a new event handler in VS
Cheers.
Solved! Go to Solution.