- Contents
DesignerCOM API
II3IDEvents2::HandlerAfterEditStepProperties Method
Synopsis
Called after a step has been edited and AFTER any II3IDStepEvents::StepUpdated call has been made by Designer.
IDL Function Prototype
HRESULT HandlerAfterEditStepProperties(
[in] II3IDStep2 * EditStep
);
C/C++ Syntax
HRESULT HandlerAfterEditStepProperties( II3IDStep2 * EditStep);
Parameters
- EditStep
-
An II3IDStep2 object, which is an instance of a tool, subroutine or initiator within a handler.