How can we send Multiple parameters through CommandParameter
Hi All,
I am new to MVVM Architecture can any one please help me like how to send multiple parameter through CommandParameter on button click.As of now i have sent one parameter through CommandParameter which i have mentioned below in the sample code
<Button Grid.Row="5" Height="23" Command="{Binding DeleteCommand}"
CommandParameter="{Binding Text ,ElementName=txtName}" ></Button>
Thanks in Advance
V.Palaniappan