Retrieves the element that the mouse was on following the mouseEnter or mouseLeave event.
final public DhElement getToElement()
Returns the DhElement to which the mouse moved after the event, or returns null if the event was neither mouseEnter nor mouseLeave. This can be a normal element, the containing DhDocument object, or null if the mouse has moved into the browser from outside it.
See Also getFromElement