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