Feedback

  • Contents
 

II3IDEvents2::HandlerBeforeEditStepProperties Method

Synopsis

Called before the edit step properties dialog is displayed for a step. Returning a faulure from this callout does not stop Designer from displaying the edit step properties dialog.

IDL Function Prototype

HRESULT HandlerBeforeEditStepProperties(

   [in] II3IDStep2 * EditStep

);

C/C++ Syntax

HRESULT HandlerBeforeEditStepProperties( II3IDStep2 * EditStep);

Parameters

EditStep

An II3IDStep2 object, which is an instance of a tool, subroutine or initiator within a handler.