NavigationEvent.add Method
Parent Object:
NavigationEventDefined in namespace "adsk::core" and the header file is <Core/UserInterface/NavigationEvent.h>
Description
Add a handler to be notified when the event occurs.
Syntax
"navigationEvent_var" is a variable referencing a NavigationEvent object.returnValue = navigationEvent_var.add(handler)
|
"navigationEvent_var" is a variable referencing a NavigationEvent object.
#include <Core/UserInterface/NavigationEvent.h>
returnValue = navigationEvent_var->add(handler);
|
Return Value
boolean |
Returns true if the addition of the handler was successful. |
Parameters
Version
Introduced in version March 2021