damirarh / damirscorner-utterances

utteranc.es comments for https://damirscorner.com
0 stars 0 forks source link

/blog/posts/20130624-BindingEventsToViewModelMethodsInWindowsStoreApps.html #8

Open damirarh opened 1 year ago

damirarh commented 1 year ago

Imported

URL: https://www.damirscorner.com/blog/posts/20130624-BindingEventsToViewModelMethodsInWindowsStoreApps.html

damirarh commented 1 year ago

Imported comment written by tholesen on 2015-11-27T15:25:52

Great article which shows many possible solutions to the problem!

I used the behavior approach - however though I would just mention that I think the syntax of inheriting from Behavior<listviewbase> is the WPF variant, while in WinRT one should inherit from DependencyObject and implement IBehavior, but the principle is the same.