System.ComponentModel.DefaultEventAttribute
namespace System.ComponentModel
{
public sealed class DefaultEventAttribute : Attribute
{
public static readonly DefaultEventAttribute Default;
public string Name { get; }
public DefaultEventAttribute(string name);
}
}