Share

SetupChangeEventHandler.notify Method

Parent Object: SetupChangeEventHandler
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/SetupChangeEventHandler.h>

Description

The function called by CAM when the associated event is fired.

Syntax

"setupChangeEventHandler_var" is a variable referencing a SetupChangeEventHandler object.
returnValue = setupChangeEventHandler_var.notify(eventArgs)

Parameters

Name Type Description
eventArgs SetupChangeEventArgs Returns an object that provides access to additional information associated with the event.

Version

Introduced in version April 2023

Was this information helpful?