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