4 lines
87 B
C#
4 lines
87 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record CancelEventArgs<TValue>(TValue Value);
|