detail property
Specifies additional information about an event.
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.