Files
Toolkit2/Toolkit.Foundation/MoveToEventArgs.cs
T
TheXamlGuy c0c1a82846 Codemaid
2024-05-24 08:21:50 +01:00

3 lines
100 B
C#

namespace Toolkit.Foundation;
public record MoveToEventArgs<TValue>(int OldIndex, int NewIndex);