WebBrowserExtended.OnFullScreen Event

Fires when the FullScreenproperty is changed.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As WebBrowserExtended
Dim handler As EventHandler(Of OnFullScreenEventArgs)

AddHandler instance.OnFullScreen, handler

Syntax

'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the IWebBrowser2::FullScreen property is changed.")> _
Public Event OnFullScreen As EventHandler(Of OnFullScreenEventArgs)
[BrowsableAttribute(true)] 
[CategoryAttribute("DWebBrowserEvents2")] 
[DescriptionAttribute("Fires when the IWebBrowser2::FullScreen property is changed.")] 
public event EventHandler<OnFullScreenEventArgs> OnFullScreen
[BrowsableAttribute(true)] 
[CategoryAttribute(L"DWebBrowserEvents2")] 
[DescriptionAttribute(L"Fires when the IWebBrowser2::FullScreen property is changed.")] 
public:
event EventHandler<OnFullScreenEventArgs^>^ OnFullScreen {
    void add (EventHandler<OnFullScreenEventArgs^>^ value);
    void remove (EventHandler<OnFullScreenEventArgs^>^ value);
}
/** @event */
public void add_OnFullScreen (EventHandler<OnFullScreenEventArgs> value)

/** @event */
public void remove_OnFullScreen (EventHandler<OnFullScreenEventArgs> value)

Platforms

See Also

Reference

WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.