SelectionEventHandler.notify Method

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

Description

This notify member is called when an event is triggered from any event that this handler has been added to.

Syntax

"selectionEventHandler_var" is a variable referencing a SelectionEventHandler object.
returnValue = selectionEventHandler_var.notify(eventArgs)
"selectionEventHandler_var" is a variable referencing a SelectionEventHandler object.

#include <Core/UserInterface/SelectionEventHandler.h>

returnValue = selectionEventHandler_var->notify(eventArgs);

Parameters

Name Type Description
eventArgs SelectionEventArgs The arguments object with details about this event and the firing SelectionEvent.

Version

Introduced in version August 2014