Multiselect-ComboBox icon indicating copy to clipboard operation
Multiselect-ComboBox copied to clipboard

Paste text

Open BehnamBahmani opened this issue 6 years ago • 0 comments

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>

BehnamBahmani avatar Oct 16 '19 14:10 BehnamBahmani