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