4 lines
104 B
C#
4 lines
104 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public record ActivatedEventArgs<TSender>(TSender? Sender = default);
|