blah blah blah is here! blah blah » Close

0
votes
2 answers

WPF capturing an click event in a child control

betpet
223

I'm building an app in WPF and have a main window, in the window I have a frame with a page inside it. On the page is a button. I have instantiated the page inside the application and am trying to create an event where I can capture the c ...

0
votes
0 answers

WPF - Page closing itself via it's hosting frame in C#

betpet
223

Hi, I have a WPF application that has a menu, a frame and depending on what you select in the menu, a page gets added to the frame to allow the user to get on with stuff. The problem I have is that they user wants a 'cancel' button on ...

Feedback