EventTarget Property
Used to indicate the IEventTarget to which the event was originally dispatched.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public EventTarget Target { get; }

Property Value

Type: EventTarget
See Also