CoreWebView2.ContainsFullScreenElementChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ContainsFullScreenElementChanged is raised when the ContainsFullScreenElement property changes.
public event EventHandler<object> ContainsFullScreenElementChanged;
member this.ContainsFullScreenElementChanged : EventHandler<obj>
Public Custom Event ContainsFullScreenElementChanged As EventHandler(Of Object)
Event Type
Remarks
An HTML element inside the WebView may enter fullscreen to the size of the WebView or leave fullscreen. This event is useful when, for example, a video element requests to go fullscreen. The listener of this event may resize the WebView in response.