Is it possible to bind an Event in a Silverlight DataTemplate? If so, what is the best way to do it?
For example, say you\'ve created a DataTemplate that has a Button in
What I would do is create a button that uses the command pattern for click handling. In the .NET 4 framework you can bind commands to those that exist on the view model.
commands