Table of Contents

Property CurrentTarget

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

CurrentTarget

(DOM Level 2) Used to indicate the IEventTarget whose EventListeners are currently being processed.

IEventTarget CurrentTarget { get; }

Property Value

IEventTarget

Remarks

This is particularly useful during the capture and bubbling phases. This attribute could contain the target node or a target ancestor when used with the DOM event flow.