Feedback

  • Contents
 

II3IDEvents Interface

Overview

Derived From:        IDispatch

Interface ID:          {B4DC3338-72A4-44CD-BEA4-D536A3A74576}

The objects that you create using this interface provide event notification from Interaction Designer. This provides notification that Designer has started up, or has shut down, or that a handler is about to be published, or has just been opened, or is closing.

Methods

HandlerClose

Called when a handler is being closed.

HandlerOpen

Called when a handler has been opened which occurs either from opening an existing handler or creating a new one.

HandlerPublish

Called before a handler is about to be published.  This callout occurs before the callout to II3IDStepEvents::Publish

Shutdown

Called when Interaction Designer is about to shut down.

Startup

Called when Interaction Designer is starting up before any handlers are loaded but after InitializeTools/InitializeTypes/InitializeEnvironment methods have been called.

Properties

None.