Silverlight Custom Control Create Custom Event
- by PlayKid
Hi There,
How do I create an event that handled a click event of one of my other control from my custom control?
Here is the setup of what I've got:
a textbox and a button (Custom Control)
a silverlight application (uses that above custom control)
I would like to expose the click event of the button from the custom control on the main application, how do I do that?
Thanks