DataEventHandler.notify Method

Parent Object: DataEventHandler
Defined in namespace "adsk::core" and the header file is <Core/Dashboard/DataEventHandler.h>

Description

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

Syntax

"dataEventHandler_var" is a variable referencing a DataEventHandler object.
returnValue = dataEventHandler_var.notify(eventArgs)
"dataEventHandler_var" is a variable referencing a DataEventHandler object.

#include <Core/Dashboard/DataEventHandler.h>

returnValue = dataEventHandler_var->notify(eventArgs);

Parameters

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

Version

Introduced in version January 2022