Table of Contents

Property RelatedTarget

Namespace
SharpVectors.Dom.Events
Assembly
SharpVectors.Core.dll

RelatedTarget

Used to identify a secondary EventTarget related to a UI event.

IEventTarget RelatedTarget { get; }

Property Value

IEventTarget

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.