|
|
In Silverlight I would like to bind a view model to a Draw event however I cannot figure out a way to get the DrawEventArgs. I could not find anything in the Silverlight SimpleMVVM DLL so I tried incorporating the Windows phone 7 dll into my silverlight
project and use EventToCommand, but my XAML can't seem to find EventToCommand and also I get an error saying A value of type 'EventToCommand' cannot be added to a collection or dictionary of type 'TriggerActionCollection'. Any suggestions?
|
|