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