MFGDMDataEventHandler.notify Method

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

Description

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

Syntax

"mFGDMDataEventHandler_var" is a variable referencing a MFGDMDataEventHandler object.
returnValue = mFGDMDataEventHandler_var.notify(eventArgs)
"mFGDMDataEventHandler_var" is a variable referencing a MFGDMDataEventHandler object.

#include <Core/Application/MFGDMDataEventHandler.h>

returnValue = mFGDMDataEventHandler_var->notify(eventArgs);

Parameters

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

Version

Introduced in version July 2025