silverlight - UIElement.AddHandler -


Has it been removed from silver light 3?

I see the documentation about using it, but when I try, UIElement does not have an additive method

Hmm, seems to work for me ..

  UIElement asdf = new canvas (); Asdf.AddHandler (ucConveyor.MouseLeftButtonDownEvent, TestFunction, Incorrect);  

Can you paste your code?


Comments