Hello John,
Thank you for sharing your solution. A second approach to handle the buttons click event in your form is to create an event in the user control:
The event arguments in the above snippet are just an example. You can include in them any useful in your case data.
Then you can raise this event when a button is clicked:
And you can add a handler to this user control event in your form.
Honestly, I am not sure if this approach is more convenient for your case than the one you described. Basically, these two approaches seem to be the most practical for this solution.
Best regards,
Alexander
the Telerik team