This interface provides methods that are used to notify applications of HTML-related events.
Method |
Description |
IASHTMLControlNotifySink::HotSpot | Invoked when a hot spot is encountered |
IASHTMLControlNotifySink::InlineImage | Invoked when an inline image is encountered |
IASHTMLControlNotifySink::Meta | Invoked when a META tag is encountered |
IASHTMLControlNotifySink::PlaySound | Invoked when a sound tag is encountered. |
IASHTMLControlNotifySink::Title | Invoked when a title is encountered. |
The IASHTMLControlNotifySink interface, which has a global unique identifier (GUID) equal to IID_ASHTMLCONTROLNOTIFYSINK, extends the IDispatch interface. To receive HTML events, applications must implement an event sink according to this definition, and register it with IASHTMLControl by putting a pointer to the sink in the NotifySink property.
IASHTMLControl::put_HTMLNotifySink