EventUseCapture Property |
Namespace: DotNetBrowser.Dom.Events
public bool UseCapture { get; }
If capturing is used, all events of the specified type will be dispatched to the registered listeners before being dispatched to any event target beneath them in the tree.
Events which are bubbling upward through the tree will not trigger the listeners in this case.