WpfBrowser.OnFullScreen Event
Fires when the IWebBrowser2 full screen property is changed.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler(Of OnFullScreenEventArgs)
AddHandler instance.OnFullScreen, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when the IWebBrowser2::FullScreen property is changed.")> _
Public Event OnFullScreen As EventHandler(Of OnFullScreenEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Fires when the IWebBrowser2::FullScreen property is changed.")]
public event EventHandler<OnFullScreenEventArgs> OnFullScreen
[CategoryAttribute(L"DWebBrowserEvents2")]
[BrowsableAttribute(true)]
[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
WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.