- Contents
DesignerCOM API
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
Called when a handler is being closed. |
|
Called when a handler has been opened which occurs either from opening an existing handler or creating a new one. |
|
Called before a handler is about to be published. This callout occurs before the callout to II3IDStepEvents::Publish |
|
Called when Interaction Designer is about to shut down. |
|
Called when Interaction Designer is starting up before any handlers are loaded but after InitializeTools/InitializeTypes/InitializeEnvironment methods have been called. |
Properties
None.