Provides notification when a change has occurred in the contents of a markup container.
IHTMLChangeSink Members
| 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.
Interface Information
| Stock Implementation | mshtml.dll |
|---|
| Custom Implementation | Yes |
|---|
| Inherits from | IUnknown |
|---|
| Header and IDL files | mshtml.h, mshtml.idl |
|---|
| Minimum availability | Internet Explorer
5.5 |
|---|
| Minimum operating systems |
Windows 95, Windows NT 4.0, Windows CE 4.0 |
|---|
See Also