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