Fixed more edge cases
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record ModifiedEventArgs<TValue>(TValue OldView, TValue NewValue);
|
||||
Reference in New Issue
Block a user