DefaultEventAttribute(String) コンストラクター

定義

DefaultEventAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String

この属性が関連付けられているコンポーネントの既定のイベント名。

適用対象