Some refactoring
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record MoveToEventArgs<TValue>(int OldIndex, int NewIndex);
|
||||
public record MoveToEventArgs<TSender>(int OldIndex, int NewIndex);
|
||||
Reference in New Issue
Block a user