Share via


srcElement property

[This documentation is preliminary and is subject to change.]

Gets the element that the event was originally dispatched to. Compare to target.

Internet Explorer 9

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 srcElement property is provided for backward compatibility. Use the target property instead.

See also

target

 

 

Build date: 1/23/2012