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 when the object changes its width.
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 WindowSetWidthEventArgs)
AddHandler instance.WindowSetWidth, handler
Syntax
'Declaration
<DescriptionAttribute("Fires when the object changes its width")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event WindowSetWidth As EventHandler(Of WindowSetWidthEventArgs)
[DescriptionAttribute("Fires when the object changes its width")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<WindowSetWidthEventArgs> WindowSetWidth
[DescriptionAttribute(L"Fires when the object changes its width")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<WindowSetWidthEventArgs^>^ WindowSetWidth {
void add (EventHandler<WindowSetWidthEventArgs^>^ value);
void remove (EventHandler<WindowSetWidthEventArgs^>^ value);
}
/** @event */
public void add_WindowSetWidth (EventHandler<WindowSetWidthEventArgs> value)
/** @event */
public void remove_WindowSetWidth (EventHandler<WindowSetWidthEventArgs> 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.