I am using a Datagrid with a DataSet which contains multiple tables. The
Datagrid shows these tables in a tree-like matter. Once the mouse is moved
over the tablelinks of the tree the cursor changes to symbol "hand" for
signalling that by clicking it is possible to switch to the column-/ row-view
of the selected table. This is standard behaviour.

Question: While browsing in tree view, is there a possibillity for a
mouseover that determines the tablename of the tablelink where the
mousepointer is positioned?

e.g. Tree shows links as:
Table1
Table2
Table3
Table4

Now if mouse is put over Table3-link I want to know this.
There is no DataGrid.HitTestType for this issue. It is Type "none".