1
Answer

How can we send Multiple parameters through CommandParameter

Ask a question
palaniappan v

palaniappan v

11y
9.1k
1
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)