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