palaniappan v

palaniappan v

  • NA
  • 1
  • 29.7k

How can we send Multiple parameters through CommandParameter

Jul 12 2013 7:11 AM
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

Answers (1)