IHTMLChangeSink interface

Provides notification when a change has occurred in the contents of a markup container.

Members

The IHTMLChangeSink interface inherits from the IUnknown interface. IHTMLChangeSink also has these types of members:

  • Methods

Methods

The IHTMLChangeSink interface has these methods.

Method Description
Notify

Called by MSHTML when a change occurs in the contents of the markup container with which it is associated.

 

Remarks

Implement this interface to provide the processing that is required by your application when changes occur in a markup container.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference

IMarkupContainer

IHTMLChangeLog

Conceptual

Introduction to Markup Services