DocumentEventHandler.notify Method

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

Description

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

Syntax

"documentEventHandler_var" is a variable referencing a DocumentEventHandler object.
returnValue = documentEventHandler_var.notify(eventArgs)
"documentEventHandler_var" is a variable referencing a DocumentEventHandler object.

#include <Core/Application/DocumentEventHandler.h>

returnValue = documentEventHandler_var->notify(eventArgs);

Parameters

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

Version

Introduced in version August 2014