SelectedIndexChanged and SelectedValueChanged don't get fired when using the space key

B

bbiltkravitz

If one uses the SPACE key to change the value in a CheckedListBox
neither of the events: SelectedIndexChanged/SelectedValueChanged get
fired.

Anybody have a work-around for this?

Thanks
 
C

Claes Bergefall

Why should they get fired? Pressing space doesn't change the currently
selected index or value, it only changes the checkstate of the selected
item.

I would expect the ItemCheck event to fire though. Maybe that's what you're
looking for

/claes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top