Feedback

  • Contents
 

II3IDEvents::HandlerPublish Method

Synopsis

Called before a handler is about to be published. This callout occurs before the callout to II3IDStepEvents::Publish. This event is fired only when a handler is published from Interaction Designer.  It is not fired when you publish through the EICPublisher or another external publishing mechanism.

IDL Function Prototype

HRESULT HandlerPublish(

   [in] II3IDHandler * Handler

);

C/C++ Syntax

HRESULT HandlerPublish( II3IDHandler * Handler);

Parameters

Handler

The II3IDHandler object that is about to be published.