Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools call the method of masterpage from child page
1 replies. Latest Post by jay nanavati on May 28, 2009.
(0)
saurabh951
Member
17 points
36 Posts
05-25-2009 6:01 AM |
In Silverlight 3.0 how can i call the method of mainpage (masterpage) from child page (i m working with silverlight navigation framwork)in silverlight 2.0 i m able to do that but how is it possible in silverlight 3.0
jay nana...
Contributor
3388 points
624 Posts
05-28-2009 5:18 AM |
You can do this using public event on the child and have the parent subscribe to that event. In the parent's event handler, define anything that you need to call.