Click or drag to resize

IFullScreenExited Event

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

Namespace:  DotNetBrowser.Browser.FullScreen
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.20.1
Syntax
C#
event EventHandler<FullScreenExitedEventArgs> Exited

Value

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