Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires to request that the client window size is converted to the host window size.
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 ClientToHostWindowEventArgs)
AddHandler instance.ClientToHostWindow, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires to request that the client window size is converted to the host window size.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event ClientToHostWindow As EventHandler(Of ClientToHostWindowEventArgs)
[BrowsableAttribute(true)]
[DescriptionAttribute("Fires to request that the client window size is converted to the host window size.")]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<ClientToHostWindowEventArgs> ClientToHostWindow
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Fires to request that the client window size is converted to the host window size.")]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<ClientToHostWindowEventArgs^>^ ClientToHostWindow {
void add (EventHandler<ClientToHostWindowEventArgs^>^ value);
void remove (EventHandler<ClientToHostWindowEventArgs^>^ value);
}
/** @event */
public void add_ClientToHostWindow (EventHandler<ClientToHostWindowEventArgs> value)
/** @event */
public void remove_ClientToHostWindow (EventHandler<ClientToHostWindowEventArgs> 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.