CWebView2.RemoveGotFocusmethod
Removes an event handler previously added with AddGotFocus.
Syntax
FUNCTION RemoveGotFocus (BYVAL token AS EventRegistrationToken) AS HRESULT
Also documented as
AddGotFocus — one description covers them all.Parameters
| Name | Description | |
|---|---|---|
eventHandler | Pointer to an ICoreWebView2FocusChangedEventHandler. | |
token | Token that uniquely identifies the subscription. |
Description
Adds/removes an event handler for the GotFocus event.
Reference
- Defined in AfxNova/CWebView2.inc:1547
- Documented in WebView/CWebWiew2 Class.md
- Topic: CWebView2 Class