Share

NavigationEventHandler.notify Method

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

Description

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

Syntax

"navigationEventHandler_var" is a variable referencing a NavigationEventHandler object.
returnValue = navigationEventHandler_var.notify(eventArgs)

Parameters

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

Version

Introduced in version March 2021

Was this information helpful?