Gets the
IEventTarget to which the event was originally dispatched.
Namespace:
DotNetBrowser.Dom.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IEventTarget Target { get; }
Property Value
Type:
IEventTargetThe
IEventTarget to which the event was originally dispatched.
See Also