CustomEventHandler.notify Method
Parent Object: CustomEventHandlerDefined in namespace "adsk::core" and the header file is <Core/Application/CustomEventHandler.h>
Description
The function called by Fusion when the associated event is fired.
Syntax
"customEventHandler_var" is a variable referencing a CustomEventHandler object.
|
Parameters
Name | Type | Description |
eventArgs | CustomEventArgs | Returns an object that provides access to additional information associated with the event. |