Share

MarkingMenuEventHandler.notify Method

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

Description

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

Syntax

"markingMenuEventHandler_var" is a variable referencing a MarkingMenuEventHandler object.
returnValue = markingMenuEventHandler_var.notify(eventArgs)

Parameters

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

Version

Introduced in version January 2017

Was this information helpful?