ApplicationEvent.remove Method

Parent Object: ApplicationEvent
Defined 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

Type Description
boolean Returns true if removal of the handler was successful.

Parameters

Name Type Description
handler ApplicationEventHandler The handler object to be removed from the event.

Version

Introduced in version January 2016