Property RelatedTarget
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Dom.dll
RelatedTarget
Used to identify a secondary EventTarget related to a UI event.
public IEventTarget RelatedTarget { get; }
Property Value
Remarks
Currently this attribute is used with the mouseover event to indicate the IEventTarget which the pointing device exited and with the mouseout event to indicate the IEventTarget which the pointing device entered.