Multiselect-ComboBox
Multiselect-ComboBox copied to clipboard
Paste text
Hi,
First, I should say the control looks and works great.
I was wondering how we can paste some items? I have tried to implement ApplicationCommands.Paste but it doesn't call/fire the relevant function.
<sdl:MultiSelectComboBox.CommandBindings> <CommandBinding Command="ApplicationCommands.Paste" Executed="CommandBinding_Executed" CanExecute="CommandBinding_CanExecute" /> </sdl:MultiSelectComboBox.CommandBindings>