isTrusted property

This topic has not yet been rated - Rate this topic

Gets a value that indicates whether a trusted event source created an event.

Syntax

JavaScript

p = object.isTrusted

Property values

Type: Boolean

true (true)

The event is trusted.

false (true)

The event is a custom event that the createEvent method created.

See also

SVGZoomEvent
BeforeUnloadEvent
CompositionEvent
CustomEvent
DragEvent
Event
FocusEvent
KeyboardEvent
MessageEvent
MouseEvent
MutationEvent
StorageEvent
TextEvent
UIEvent
Reference
createEvent
initEvent

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.