Table of Contents

Event UpdateBoundsRequested

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

Occurs when JavaScript requests to update bounds of the Browser instance.

event EventHandler<UpdateBoundsRequestedEventArgs> UpdateBoundsRequested

Returns

EventHandler<UpdateBoundsRequestedEventArgs>
Occurs when JavaScript requests to update bounds of the Browser instance.

Remarks

JavaScript can request to update bounds of the Browser instance through the following JavaScript functions:

  • window.moveTo() moves a window to the specified position.
  • window.moveBy() moves a window a specified number of pixels relative to its current coordinates.
  • window.resizeTo() resizes the window to the specified width and height.
  • window.resizeBy() resizes the window by the specified pixels.