"Add to QAT" does not clone event "click"

Ribbon for WPF Forum

Posted 12 years ago by Clair C. Uriarte
Version: 11.1.0544
Avatar
I created a button that has a click event and when the "Add to Quick Access Toolbar" is used a button is created in "QAT", but nothing happens when it is clicked.
How can I solve this problem?

Comments (2)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Clair,

That is correct, event handlers won't be automatically cloned. You'd want to attach to the CloneService.CloneCreatedEvent event and attach to them there. The CustomizingQat QuickStart shows an example of how to attach to the clone created event.


Actipro Software Support

Posted 12 years ago by Clair C. Uriarte
Avatar
Thanks for your help.
The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.