'宣言 Public Event ItemChanged As UIStringsItemEventHandler
public event UIStringsItemEventHandler ItemChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、UIStringsItemEventArgs 型の引数を受け取りました。次の UIStringsItemEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Description | Gets the description. |
| IsDefault | Gets a value indicating whether this instance is default. |
| Key | Gets key of the item being added or changed. |
| Value | Gets the string value. |
参照