ViewStateChangedEventArgs.Key プロパティ

定義

指定したビュー要素の属性キー名を取得します。

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

プロパティ値

ビュー要素のキーの名前を表す文字列。

適用対象