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

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

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -