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