Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Fires when the object changes its width
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 WindowSetWidthEventArgs)
AddHandler instance.WindowSetWidth, handler
Syntax
'Declaration
<DescriptionAttribute("Fires when the object changes its width")> _
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
Public Event WindowSetWidth As EventHandler(Of WindowSetWidthEventArgs)
[DescriptionAttribute("Fires when the object changes its width")]
[CategoryAttribute("DWebBrowserEvents2")]
[BrowsableAttribute(true)]
public event EventHandler<WindowSetWidthEventArgs> WindowSetWidth
[DescriptionAttribute(L"Fires when the object changes its width")]
[CategoryAttribute(L"DWebBrowserEvents2")]
[BrowsableAttribute(true)]
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
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.