OnFullScreenEventArgs Class

Definition

Represents the event arguments for the OnFullScreen(Boolean) event..

public ref class OnFullScreenEventArgs sealed : EventArgs
public sealed class OnFullScreenEventArgs : EventArgs
type OnFullScreenEventArgs = class
    inherit EventArgs
Public NotInheritable Class OnFullScreenEventArgs
Inherits EventArgs
Inheritance
OnFullScreenEventArgs

Constructors

OnFullScreenEventArgs()

Initializes a new instance of the OnFullScreenEventArgs class.

Properties

FullScreen

Gets a Boolean value that specifies whether the browser is displayed in full screen.

Applies to