IFocusHandler Interface (original) (raw)
Version 118.6.80
Implement this interface to handle events related to focus. The methods of this class will be called on the CEF UI thread.
Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
public interface IFocusHandler
public interface class IFocusHandler
The IFocusHandler type exposes the following members.
Methods
| | Name | Description | |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| | OnGotFocus | Called when the browser component has received focus. |
|
| OnSetFocus | Called when the browser component is requesting focus. |
|
| OnTakeFocus | Called when the browser component is about to lose focus. For instance, if focus was on the last HTML element and the user pressed the TAB key. |
See Also