- Contents
DesignerCOM API
II3IDEvents2::HandlerPublish Method
Synopsis
Called before a handler is about to be published. This callout occurs before the callout to II3IDStepEvents::Publish. Returning a failure from this call does not cause the publish to stop.
IDL Function Prototype
HRESULT HandlerPublish(
[in] II3IDHandler * Handler
);
C/C++ Syntax
HRESULT HandlerPublish( II3IDHandler * Handler);
Parameters
- Handler
-
The II3IDHandler handler object that is about to be published.