Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.