ActiveSelectionEventHandler.notify Method

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

Description

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

Syntax

"activeSelectionEventHandler_var" is a variable referencing an ActiveSelectionEventHandler object.
returnValue = activeSelectionEventHandler_var.notify(eventArgs)
"activeSelectionEventHandler_var" is a variable referencing an ActiveSelectionEventHandler object.

#include <Core/UserInterface/ActiveSelectionEventHandler.h>

returnValue = activeSelectionEventHandler_var->notify(eventArgs);

Parameters

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

Version

Introduced in version August 2020