Files
Toolkit2/Toolkit.Foundation/DeleteEventArgs.cs
T
2024-05-14 16:52:47 +01:00

4 lines
87 B
C#

namespace Toolkit.Foundation;
public record DeleteEventArgs<TValue>(TValue Value);