WebBrowserExtended.WindowSetResizable Event

Fires to indicate whether the host window should allow resizing of the object.

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 WindowSetResizableEventArgs)

AddHandler instance.WindowSetResizable, handler

Syntax

'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires to indicate whether the host window should allow resizing of the object.")> _
Public Event WindowSetResizable As EventHandler(Of WindowSetResizableEventArgs)
[CategoryAttribute("DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute("Fires to indicate whether the host window should allow resizing of the object.")] 
public event EventHandler<WindowSetResizableEventArgs> WindowSetResizable
[CategoryAttribute(L"DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute(L"Fires to indicate whether the host window should allow resizing of the object.")] 
public:
event EventHandler<WindowSetResizableEventArgs^>^ WindowSetResizable {
    void add (EventHandler<WindowSetResizableEventArgs^>^ value);
    void remove (EventHandler<WindowSetResizableEventArgs^>^ value);
}
/** @event */
public void add_WindowSetResizable (EventHandler<WindowSetResizableEventArgs> value)

/** @event */
public void remove_WindowSetResizable (EventHandler<WindowSetResizableEventArgs> 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.