HTMLEvent.remove Method

Parent Object: HTMLEvent
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/HTMLEvent.h>

Description

Removes a handler from the event.

Syntax

"hTMLEvent_var" is a variable referencing a HTMLEvent object.
returnValue = hTMLEvent_var.remove(handler)
"hTMLEvent_var" is a variable referencing a HTMLEvent object.

#include <Core/UserInterface/HTMLEvent.h>

returnValue = hTMLEvent_var->remove(handler);

Return Value

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

Parameters

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

Version

Introduced in version March 2017