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

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

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