DefaultEventAttribute.Name Propriedade
Definição
Obtém o nome do evento padrão para o componente ao qual esse atributo é associado.Gets the name of the default event for the component this attribute is bound to.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Valor da propriedade
O nome do evento padrão para o componente ao qual esse atributo é associado.The name of the default event for the component this attribute is bound to. O valor padrão é null.The default value is null.