Click or drag to resize

IFullScreen.Exited 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: System.EventHandler<FullScreenExitedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also