InputChangedEvent.add Method
Parent Object:
InputChangedEventDefined in namespace "adsk::core" and the header file is <Core/UserInterface/InputChangedEvent.h>
Description
Adds an event handler to this event endpoint.
Syntax
"inputChangedEvent_var" is a variable referencing an InputChangedEvent object.returnValue = inputChangedEvent_var.add(handler)
|
"inputChangedEvent_var" is a variable referencing an InputChangedEvent object.
#include <Core/UserInterface/InputChangedEvent.h>
returnValue = inputChangedEvent_var->add(handler);
|
Return Value
boolean |
Returns true if the handler was successfully added to the set of event handlers. |
Parameters
handler |
InputChangedEventHandler |
The client implemented InputChangedEventHandler to be called when this event is triggered. |
Version
Introduced in version August 2014