WindowSetLeft event
Fires when the object changes its left position.
Syntax
HTML Attribute | <element WindowSetLeft = "handler(event)"> |
attachEvent Method | object.attachEvent("WindowSetLeft", handler) |
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
Event handler parameters
nLeft [in]
Type: LongA Long that specifies the new left position of the WebBrowser window.
Remarks
The WindowSetLeft event is fired when the left position of a window is changed by using the Left property.
This event is also fired when a new window is opened through scripting, by using the window.open method. The value of the Left parameter indicates the left position requested in the call to window.open.
This event is available only to an application that is hosting the WebBrowser control installed by Microsoft Internet Explorer 5.5 and later.