Compartir a través de


WpfBrowser.WindowSetResizable Event

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

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

AddHandler instance.WindowSetResizable, handler

Syntax

'Declaration
<DescriptionAttribute("Fires to indicate whether the host window should allow resizing of the object.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event WindowSetResizable As EventHandler(Of WindowSetResizableEventArgs)
[DescriptionAttribute("Fires to indicate whether the host window should allow resizing of the object.")] 
[BrowsableAttribute(true)] 
[CategoryAttribute("DWebBrowserEvents2")] 
public event EventHandler<WindowSetResizableEventArgs> WindowSetResizable
[DescriptionAttribute(L"Fires to indicate whether the host window should allow resizing of the object.")] 
[BrowsableAttribute(true)] 
[CategoryAttribute(L"DWebBrowserEvents2")] 
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

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.