Ensure item is updated when modified
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record MoveTo
|
||||
{
|
||||
public static MoveToEventArgs<TValue> As<TValue>(int oldIndex, int newIndex) =>
|
||||
new(oldIndex, newIndex);
|
||||
}
|
||||
Reference in New Issue
Block a user