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