c# - How i can close ChildWindow in silverlight from page? -


i have page.xaml , childwindow. how can close childwindow page.xaml. example click on button in page.xaml. how can childwindow code?

name childwindow example x:name="mychildwindow" under page.xaml button click event in code behind put this

mychildwindow.close(); 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -