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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -