'宣言 Public Event FocusableChanged As System.Windows.DependencyPropertyChangedEventHandler
'使用法 Dim instance As FlexViewer Dim handler As System.Windows.DependencyPropertyChangedEventHandler AddHandler instance.FocusableChanged, handler
public event System.Windows.DependencyPropertyChangedEventHandler FocusableChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.DependencyPropertyChangedEventArgs 型の引数を受け取りました。次の DependencyPropertyChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| NewValue | Gets the value of the property after the change. |
| OldValue | Gets the value of the property before the change. |
| Property | Gets the identifier for the dependency property where the value change occurred. |
参照