WIP: Item counts

This commit is contained in:
TheXamlGuy
2024-06-11 22:32:14 +01:00
parent 0026c3186b
commit c8f447251e
4 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
namespace Toolkit.Foundation;
public record QueryEventArgs<TValue>(TValue Value);
public record QueryEventArgs<TSender>(TSender Sender);