Please Add the TextBox Control more Event Handlers
            
                 02 Jun 2024, 00:49
            
                    
Hello Spotware,
Currently, while on Windows Forms and WPF there are many events for handling different aspects of a text box control, cTrader only has 1 which is text changed.
This is really insufficient and problematic when it comes to validation, normalization, getting focus, losing focus, user starting to type and finishing typing.
It would be great if you could add some of these soon.
Thanks
Replies
                     cindyarhodia
                     20 Jun 2024, 19:08
                                    
Kinda agree with that, a TextBox.KeyPress event would be lovely.
@cindyarhodia
                     cindyarhodia
                     20 Jun 2024, 19:08
                                    
Kinda agree with that, a TextBox.KeyPress event would be lovely.
@cindyarhodia

Enivid
03 Jun 2024, 20:12
Important!
I agree. This makes working with form controls way more tedious than it should be. Having a way to detect focusing and unfocusing of the input controls is important.
@Enivid