In a WPF custom control, is it possible for a child element to Template bind to the event of the control?

You need to route the events from your children to your top element. In the code-behind of your top element, define the RoutedEvent s you need. Then, in the constructor, subscribe to your children required events, and in the handlers, throw a new top-element event corresponding to your handled child event with the same args.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions