Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am using standard way to execute code such as:
_buttonDef1.OnExecute += new ButtonDefinitionSink_OnExecuteEventHandler(ButtonDef1_OnExecute);
but, I want to use some Inventor event (OnUpdate, OnChange, ...) and execute code in add-in automatically. Is it possible?
Solved! Go to Solution.