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

iphone - How do I make a UIPickerView in a UIActionSheet -

excel - Populate list via a bi-Condition -