I need to store the specific list of tools that the user places into the QAT so I can restore them to the QAT the next time they start the app.
Is an event fired when a tool is added to or removed from the QAT? I couldn't find anything in the documentation about this.
Thanks,Jim Honeycutt
When a tool is placed on the QAT, there is a Cloned event raised on the source tool but there is no event specific to an item being added to/removed from the QAT. You could probably just always save your qat information when the window is closed.
OK., thank you.