TreeDataChangeEventは、TreeViewのdataプロパティの変更によって発生するイベントオブジェクトです。
記述形式
{ target: イベントを送出したオブジェクト, type: 'イベント名', nodePath: ノードのパス名, propertyName: 変更されたプロパティ名 }
モデルプロパティ
名前 | データ型 | 説明 |
---|---|---|
target | Object | イベントを送出したオブジェクト(TreeView) |
type | String | イベント名 |
nodePath | String | ノードのパス名 |
propertyName | String | 値が変更されたプロパティ名 |
使用イベントリスナ
onDataChange (TreeView)