[PR #1014] [MERGED] BrowserWindow: Add OnBoundsChanged event #1418

Open
opened 2026-01-29 17:00:32 +00:00 by claunia · 0 comments
Owner

📋 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: developHead: submit_new_event


📝 Commits (2)

  • 6c95dfd BrowserWindow: Add OnBoundsChanged event
  • c8f1cdf Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/1014 **Author:** [@softworkz](https://github.com/softworkz) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@FlorianRappl](https://github.com/FlorianRappl) **Base:** `develop` ← **Head:** `submit_new_event` --- ### 📝 Commits (2) - [`6c95dfd`](https://github.com/ElectronNET/Electron.NET/commit/6c95dfd47668f2bc8563d846d29c94391e4402c0) BrowserWindow: Add OnBoundsChanged event - [`c8f1cdf`](https://github.com/ElectronNET/Electron.NET/commit/c8f1cdf59f71a314a779475fef2ca78cc06f8a85) Add tests for BrowserWindow.OnBoundsChanged event ### 📊 Changes **5 files changed** (+79 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1418