- Contents
DesignerCOM API
II3IDEvents2::HandlerStepInserted Method
Synopsis
Called after a step has been inserted AND after any II3IDStepEvents::StepInerted callout has been made. Returning a failure from this callout does not cause the newly inserted step to go away.
IDL Function Prototype
HRESULT HandlerStepInserted(
[in] II3IDStep2 * InsertedStep
);
C/C++ Syntax
HRESULT HandlerStepInserted( II3IDStep2 * InsertedStep);
Parameters
- InsertedStep
-
The II3IDStep2 step object that was inserted.