Pass a value from child to parent in Silverlight
Posted
by tony
on Stack Overflow
See other posts from Stack Overflow
or by tony
Published on 2010-06-02T20:11:25Z
Indexed on
2010/06/02
20:14 UTC
Read the original article
Hit count: 227
Silverlight
Hello,
I am working on Silverlight project.
I added a custom user control (Say, control1) which has a text box and button to a xaml page (Say, Page1). Now what I want to do is when users clicks on the button, i want to pass the value in the textbox to Page1 and do something.
So basically, I am looking for a way to pass back a value from child to parent page in Silverlight.
Thank you.
© Stack Overflow or respective owner