mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #1014] [MERGED] BrowserWindow: Add OnBoundsChanged event #1418
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/1014
Author: @softworkz
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @FlorianRappl
Base:
develop← Head:submit_new_event📝 Commits (2)
6c95dfdBrowserWindow: Add OnBoundsChanged eventc8f1cdfAdd tests for BrowserWindow.OnBoundsChanged event📊 Changes
5 files changed (+79 additions, -1 deletions)
View changed files
📝
src/ElectronNET.API/API/BrowserWindow.cs(+13 -0)📝
src/ElectronNET.Host/api/browserWindows.js(+6 -0)📝
src/ElectronNET.Host/api/browserWindows.js.map(+1 -1)📝
src/ElectronNET.Host/api/browserWindows.ts(+7 -0)📝
src/ElectronNET.IntegrationTests/Tests/BrowserWindowTests.cs(+52 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.