ApplicationEvent.remove Method
Parent Object:
ApplicationEventDefined in namespace "adsk::core" and the header file is <Core/Application/ApplicationEvent.h>
Description
Removes a handler from the event.
Syntax
"applicationEvent_var" is a variable referencing an ApplicationEvent object.returnValue = applicationEvent_var.remove(handler)
|
"applicationEvent_var" is a variable referencing an ApplicationEvent object.
#include <Core/Application/ApplicationEvent.h>
returnValue = applicationEvent_var->remove(handler);
|
Return Value
boolean |
Returns true if removal of the handler was successful. |
Parameters
Version
Introduced in version January 2016