Silverlight Custom Control Create Custom Event
Posted
by PlayKid
on Stack Overflow
See other posts from Stack Overflow
or by PlayKid
Published on 2009-08-17T10:47:05Z
Indexed on
2010/06/10
6:43 UTC
Read the original article
Hit count: 326
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
© Stack Overflow or respective owner