An Event subclass used specifically in TreeTableView for representing
edit-related events. It provides additional API to easily access the
TreeItem that the edit event took place on, as well as the input provided
by the end user.
extends
<S> | The type of the input, which is the same type as the TreeTableView itself. |