DefaultEventAttribute(String) Konstruktor

Definice

Inicializuje novou instanci DefaultEventAttribute třídy.

public:
 DefaultEventAttribute(System::String ^ name);
public DefaultEventAttribute(string? name);
public DefaultEventAttribute(string name);
new System.ComponentModel.DefaultEventAttribute : string -> System.ComponentModel.DefaultEventAttribute
Public Sub New (name As String)

Parametry

name
String

Název výchozí události komponenty, ke které je tento atribut vázán.

Platí pro