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