Share

CustomEventHandler.notify Method

Parent Object: CustomEventHandler
Defined 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.
returnValue = customEventHandler_var.notify(eventArgs)

Parameters

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

Version

Introduced in version January 2017

Was this information helpful?