picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.64k stars 330 forks source link

Control GetFocus / Enter? #605

Open TomQv opened 7 years ago

TomQv commented 7 years ago

On WinForm there is the Control.Enter-Event, when one of the children of the control gets the Focus. Is there something similar in Eto? For example, I have a TableLayout with many controls and I need an event, when this becomes activated, meaning, when one of the children gets the focus.

cwensley commented 7 years ago

Hey @TomQv, this event isn't available in Eto yet, thanks for submitting the issue! I think this would be useful in certain scenarios.