This topic has not yet been rated - Rate this topic

detail property

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(** p);

Property values

Type: Object

A user-defined object, or NULL.

Standards information

Remarks

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.