Retrieves the element that the mouse was on before the mouseEnter or mouseLeave event.
final public DhElement getFromElement()
Returns the DhElement from which the mouse moved, 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.
This method is valid only following mouseEnter or mouseLeave event.
See Also getToElement