detail property

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

Gets additional information about an event.

Document Object Model (DOM) Level 3 Events Specification, Section 5.2.1Internet Explorer 9

Syntax

HRESULT value = object.get_detail(long* p);

Property values

Type: long

Additional information about the event.

Standards information

Remarks

You can set the detail property of an event by using the initUIEvent method. The standard UIevents do not set this value.

 

 

Build date: 1/23/2012