Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the element that the event was originally dispatched to. Compare to IDOMEvent::target.
![]() |
Syntax
HRESULT value = object.get_srcElement(IHTMLElement** p);
Property values
Type: Object
The original event target.
Standards information
There are no standards that apply here.
Remarks
Note The IDOMEvent::srcElement property is provided for backward compatibility. Use the IDOMEvent::target property instead.