IDOMCustomEvent interface

Provides properties and methods for user-defined custom events.

Members

The IDOMCustomEvent interface inherits from the IDispatch interface. IDOMCustomEvent also has these types of members:

  • Methods
  • Properties

Methods

The IDOMCustomEvent interface has these methods.

Method Description
initCustomEvent

Initializes a new custom event that the IDocumentEvent::createEvent method created.

 

Properties

The IDOMCustomEvent interface has these properties.

Property Description

detail

Specifies additional information about an event.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch