Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Fires when the object changes its top position.
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 WindowSetTopEventArgs)
AddHandler instance.WindowSetTop, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the object changes its top position.")> _
Public Event WindowSetTop As EventHandler(Of WindowSetTopEventArgs)
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when the object changes its top position.")]
public event EventHandler<WindowSetTopEventArgs> WindowSetTop
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when the object changes its top position.")]
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
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.