Table of Contents

Event FullScreenChanged

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the the page wants to enter or leave fullscreen.

public event EventHandler<WebBrowserEventArgs>? FullScreenChanged

Returns

EventHandler<WebBrowserEventArgs>
Occurs when the the page wants to enter or leave fullscreen.
Implements

Remarks

Use the IntVal property of the event arguments to get the status. Not implemented for the IE backend.