From 574a9d098303b0bc519f1130c17f2b1dc712f8e7 Mon Sep 17 00:00:00 2001 From: TheXamlGuy Date: Sun, 23 Jun 2024 09:58:19 +0100 Subject: [PATCH] Add ability to fully delete items from the DB --- Toolkit.Foundation/UpdateEventArgs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolkit.Foundation/UpdateEventArgs.cs b/Toolkit.Foundation/UpdateEventArgs.cs index 9757d1b..6e3826c 100644 --- a/Toolkit.Foundation/UpdateEventArgs.cs +++ b/Toolkit.Foundation/UpdateEventArgs.cs @@ -1,3 +1,3 @@ namespace Toolkit.Foundation; -public record UpdateEventArgs(TValue Value); \ No newline at end of file +public record UpdateEventArgs(TSender Sender); \ No newline at end of file