Hi,
we have a requirement to pass multiplitle values as parameter to a command.
on a textbox if user enter valu as "ABC" , if he selects the text and does a rightclicks on it , the contextmenu is opened , on the context menu he has 4 menu items , A,B,C,D
once the user selects any of the menu items , the command should be raised , and lets take if he selcts 'A" menu item, the command parameter should contain 'A' as well as the selected text of textbox 'ABC' ,so both 'ABC' ,'A" should go as parameters to the command.
we wanted to accomplish by using only one command , based on user selction the menuitem will be different value.
please suggest
Kind regrads
Krishna