Click or drag to resize

IBrowserFullScreenExited Event

Occurs when the browser instance has been toggled out of full-screen mode.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<FullScreenExitedEventArgs> FullScreenExited

Value

Type: SystemEventHandlerFullScreenExitedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also