InputChangedEvent.remove Method
Parent Object:
InputChangedEventDefined in namespace "adsk::core" and the header file is <Core/UserInterface/InputChangedEvent.h>
Description
Removes a handler from this event endpoint.
Syntax
"inputChangedEvent_var" is a variable referencing an InputChangedEvent object.returnValue = inputChangedEvent_var.remove(handler)
|
"inputChangedEvent_var" is a variable referencing an InputChangedEvent object.
#include <Core/UserInterface/InputChangedEvent.h>
returnValue = inputChangedEvent_var->remove(handler);
|
Return Value
boolean |
Returns true if the handler was found and removed from the set of event handlers. |
Parameters
handler |
InputChangedEventHandler |
A InputChangedEventHandler that was previously added to this event with the add method. |
Version
Introduced in version August 2014