Mvvm Blog Posts

MultiBinding in MVVM / Pass Multiple Parameters through Event Binding

I Explored myself for one casestudy as a part of learning MVVM Architecture with WPF.This article will be helpful for the participants who are in a need of passing multiple parameters to the events that are binded in viewModel. I will give u an explation of button binding event and passing multiple parameters to it through MultiBinding.
Steps to do:
If you are following the MVVM structure already,
a)create the xaml file under Views folder.
The below snippet is basically helpful if you have a single parameter to pass,

0 Likes 3522 Views