Added two new events - Closed and Opened

This commit is contained in:
TheXamlGuy
2024-10-08 11:48:29 +01:00
parent 55756b7093
commit 12ed99f191
5 changed files with 24 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Toolkit.Foundation;
public record OpenedEventArgs<TSender>(TSender? Sender = default);