TreeSelectionDefaultHandler<T> constructor

TreeSelectionDefaultHandler<T>(
  1. List<TreeNode<T>> nodes,
  2. ValueChanged<List<TreeNode<T>>> onChanged
)

Implementation

TreeSelectionDefaultHandler(this.nodes, this.onChanged);