✨ add support to force trigger the `ValueChanged` event with ctrl+enter by heartacker · Pull Request #39 · Dirkster99/NumericUpDownLib
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 16
Conversation
heartacker
changed the title
✨ add support to force tigger the
✨ add support to force trigger the ValueChanged event with ctrl+enterValueChanged event with ctrl+enter
This branch has a conflict - can you please resolve it?
- Please explain why Ctrl+Enter would be necessary at all?
- Whether Ctrl+Enter always available or could be configured out?
- I notice that we have to change the value(mouse click/up down arrow key/type with different value) if we want to raise the value Changed event. I want to trigger the value change event with the same value for some application logic. eg: we write value to chips through the value event, sometimes we need to rewrite the value/repeat writing. thus, we could use this to raise the valueChanged event with the same value
- ctrl+entr is always on.
I can not get a better way to satisfy my scenario. so I think ctrl+enter is a good way.
because we could trigger by enter. and may be ctrl+enter is better shortcut to force trigger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters