srcElement property

Sets or retrieves the object that fired the event. For the standards based property see IDOMEvent::srcElement.

Syntax

HRESULT value = object.put_srcElement(IHTMLElement* v);HRESULT value = object.get_srcElement(IHTMLElement** p);

Property values

Type: Object

the event that fired.