Some refactoring

This commit is contained in:
TheXamlGuy
2024-06-09 22:41:58 +01:00
parent 8d20c0a8c0
commit 5a98b67dcf
34 changed files with 177 additions and 106 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
namespace Toolkit.Foundation;
public record RemoveEventArgs<TValue>(TValue Value);
public record RemoveAndInsertEventArgs<TValue>(TValue Value);
public record RemoveEventArgs<TSender>(TSender? Sender = default);