ViewStateChangedEventArgs.Key 属性

定义

获取指定视图元素中的属性键名称。

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

属性值

一个字符串,表示视图元素中键的名称。

适用于