How to pass parameters to the command object from Xaml for the button tool?
<igRibbon:ButtonTool Id="btnFindEntity" Caption="Search" LargeImage="Images/Search.png" igRibbon:RibbonGroup.MaximumSize="ImageAndTextLarge" Command="{Binding RibbonSearchCommand}"/>
Please help me with the above code.. I have to pass a combo box and a text box value as parameter.