4 lines
100 B
C#
4 lines
100 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ActivateEventArgs<TValue>(TValue? Value = default);
|