Drawing events

Drawing events

basnederveen
Advocate Advocate
471 Views
1 Reply
Message 1 of 2

Drawing events

basnederveen
Advocate
Advocate

Hi,

 

Are there any more events that get fired by inventor than the ones that are watched by the event watcher? For drawings in specific. The event watcher just shows 'DrawingEvents.OnRetrieveDimensions' & 'DrawingViewEvents.OnViewUpdate', it seems strange that there are only 2 events in drawings.

 

I'm looking for one that is fired when a drawing view is moved on a sheet, but really an event that happens when a view gets a new position, this happens programmatically, so I cannot use the UserInputEvents. Does an event like this exist?

 

If there are more events than there are in the event watcher, how can I find them?

 

 

 

0 Likes
Accepted solutions (1)
472 Views
1 Reply
Reply (1)
Message 2 of 2

basnederveen
Advocate
Advocate
Accepted solution

Found out I can use transaction events! 

 

 

0 Likes