David Smith

David Smith

  • NA
  • 2k
  • 0

Winform WPF Element Host Databinding

May 18 2015 3:52 PM

I have winform usercontrol project that has wpf element host sitting on top usercontrol. In the WPF View, I just have one simple view with one button. In XAML I databind the cold like this Command ="Databind NewCommand". However when I click the button, the Relay or Delegate command is not firing. Can someone assist me.