Property CurrentTarget
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Dom.dll
CurrentTarget
(DOM Level 2) Used to indicate the IEventTarget whose EventListeners are currently being processed.
public IEventTarget CurrentTarget { get; }
Property Value
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.