Hi Guys,
I've been trying to create a basic behavior in my PRISM based silverlight project. Something like http://csharperimage.jeremylikness.com/2009/10/silverlight-behaviors-and-triggers%5F09.html
the problem I am having is that the OnAttached() and OnDetaching() methods of the behavior get called fine but when I set up my event handler for example AssociatedObject.KeyDown += _TextBoxFilterBehaviorKeyDown;
The associated method will never get called. I figured it may have something to do with it not being a standard silverlight project and based on PRSIM.
Has anyone else had this?
Thanks for your time