Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Fires to request that the client window size is converted to the host window size.
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 ClientToHostWindowEventArgs)
AddHandler instance.ClientToHostWindow, handler
Syntax
'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires to request that the client window size is converted to the host window size.")> _
Public Event ClientToHostWindow As EventHandler(Of ClientToHostWindowEventArgs)
[CategoryAttribute("DWebBrowserEvents2")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Fires to request that the client window size is converted to the host window size.")]
public event EventHandler<ClientToHostWindowEventArgs> ClientToHostWindow
[CategoryAttribute(L"DWebBrowserEvents2")]
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Fires to request that the client window size is converted to the host window size.")]
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
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.