Event MouseCaptureLost
Occurs when the control loses mouse capture.
event EventHandler? MouseCaptureLost
Returns
- EventHandler
- Occurs when the control loses mouse capture.
Remarks
In rare scenarios, you might need to detect unexpected input. For example, consider the following scenarios.
- During a mouse operation, the user opens the Start menu by pressing the Windows key or CTRL+ESC.
- During a mouse operation, the user switches to another program by pressing ALT+TAB.
- During a mouse operation, another program displays a window or a message box that takes focus away from the current application.