Overview | Methods | Fields | This Package | All Packages
Retrieves the original source of the event.
Syntax
final public DhElement getSource()
Return Value
Returns the element that first triggered this event.
Remarks
This can be the object you actually hooked the event on, or it can one of its children (because all events bubble up the containment hierarchy automatically).