WpfBrowser.OnTheaterMode Event
Fires when the IWebBrowser2 theater mode 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 OnTheaterModeEventArgs)
AddHandler instance.OnTheaterMode, handler
Syntax
'Declaration
<DescriptionAttribute("Fires when the IWebBrowser2::TheaterMode property is changed.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event OnTheaterMode As EventHandler(Of OnTheaterModeEventArgs)
[DescriptionAttribute("Fires when the IWebBrowser2::TheaterMode property is changed.")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<OnTheaterModeEventArgs> OnTheaterMode
[DescriptionAttribute(L"Fires when the IWebBrowser2::TheaterMode property is changed.")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<OnTheaterModeEventArgs^>^ OnTheaterMode {
void add (EventHandler<OnTheaterModeEventArgs^>^ value);
void remove (EventHandler<OnTheaterModeEventArgs^>^ value);
}
/** @event */
public void add_OnTheaterMode (EventHandler<OnTheaterModeEventArgs> value)
/** @event */
public void remove_OnTheaterMode (EventHandler<OnTheaterModeEventArgs> 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.