#include <extiface.h>
Inheritance diagram for extensions::IDocumentEventSink:

Public Member Functions | |
| virtual void | OnSchemeChange (const char *scheme)=0 |
| Called when the scheme changes. | |
| virtual void | OnDocClosing ()=0 |
| Called when the document closes. | |
This event sink is used on a per-document basis to fire events related to that document, including events from the
1.5.1-p1