DefaultEventAttribute.Name プロパティ

定義

この属性がバインドされているコンポーネントの既定のイベントの名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string? Name { get; }
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

この属性がバインドされているコンポーネントの既定のイベントの名前。 既定値は null です。

適用対象