3 lines
101 B
C#
3 lines
101 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record MoveToEventArgs<TSender>(int OldIndex, int NewIndex); |