Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
Access Key Preceding the control events
posted

Hi , 

   I have a window with Save Button & the access key for Save Button is Alt + S . Also I have a user control(say Combo box) on the Window.

   When I press Alt+S, none of the Combo box events are firing. I need to execute some code in the control before it actually fires the method related to Save(i.e Alt + S) . 

  When ever i press Alt +S , control is going to the Save method, even lost keyboard focus of the control is not firing . 

  Which event will fire in the control before Alt + S?