Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

isTrusted property

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

Internet Explorer 9

 

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

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

 

 

Show:
© 2017 Microsoft