WpfBrowser.WindowSetHeight Event
Fires when the object changes its height.
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 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
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.