views:

132

answers:

1

In windows form I have a reference to WPF wrapper which wraps WinForm control. I would like to handle events in WinForm control as usual and then invoke apropriate routed commands from WPF wrapper. Can it be done?

A: 

Yes, as long as your target for the command is the window host.

Paul Betts