Event FullScreenChanged
Occurs when the the page wants to enter or leave fullscreen.
event EventHandler<WebBrowserEventArgs> FullScreenChanged
Returns
- EventHandler<WebBrowserEventArgs>
- Occurs when the the page wants to enter or leave fullscreen.
Remarks
Use the IntVal property of the event arguments to get the status. Not implemented for the IE backend.