Click or drag to resize

IEventTarget Property

Gets the IEventTarget to which the event was originally dispatched.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IEventTarget Target { get; }

Property Value

Type: IEventTarget
The IEventTarget to which the event was originally dispatched.
See Also