Table of Contents

Event FullScreenChanged

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

Occurs when the the page wants to enter or leave full screen.

public event EventHandler<WebBrowserEventArgs>? FullScreenChanged

Returns

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

Remarks

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