Bind event in custom WPF control to command in ViewModel

Posted by Jon Archway on Stack Overflow See other posts from Stack Overflow or by Jon Archway
Published on 2010-05-12T15:46:43Z Indexed on 2010/05/12 19:04 UTC
Read the original article Hit count: 163

Filed under:
|
|

Hi,

I have a custom control that has an event. I have a window using that custom control. The window is bound to a viewmodel. I would like to have the event from the custom control direct to an ICommand on my viewmodel. I am obviously being dense here as I can't figure out how to do this. Any assistance is most welcome.

Thanks

© Stack Overflow or respective owner

Related posts about wpf

Related posts about .NET