Use Value, not sender!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record MoveEventArgs<TSender>(int Index, TSender? Sender = default);
|
||||
public record MoveEventArgs<TValue>(int Index, TValue? Value = default);
|
||||
Reference in New Issue
Block a user