Share

WorkspaceEventHandler.notify Method

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

Description

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

Syntax

"workspaceEventHandler_var" is a variable referencing a WorkspaceEventHandler object.
returnValue = workspaceEventHandler_var.notify(eventArgs)

Parameters

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

Version

Introduced in version March 2015

Was this information helpful?