ApplicationEventHandler.notify Method

Parent Object: ApplicationEventHandler
Defined 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.
returnValue = applicationEventHandler_var.notify(eventArgs)
"applicationEventHandler_var" is a variable referencing an ApplicationEventHandler object.

#include <Core/Application/ApplicationEventHandler.h>

returnValue = applicationEventHandler_var->notify(eventArgs);

Parameters

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

Version

Introduced in version January 2016