This topic has not yet been rated - Rate this topic

detail property

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

Property values

Type: long

Additional information about the event.

Standards information

Remarks

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

See also

Gesture flags

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.