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