detail property

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

Specifies additional information about an event.

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

Syntax

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

Property values

Type: Object

A user-defined object, or NULL.

Standards information

Remarks

After a custom event object is created, the initCustomEvent method sets the detail property. The content of detail is user-defined. It can be an integer, date, array, or other object type.

 

 

Build date: 1/23/2012