IHTCDefaultDispatch interface

Provides methods to create an event object and to retrieve a dispatch.

Members

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

  • Methods

Methods

The IHTCDefaultDispatch interface has these methods.

Method Description
createEventObject

Creates an event object that can be used to pass event context information to the PUBLIC:EVENT element's fire method.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch