HTMLEvent.remove Method
Parent Object:
HTMLEventDefined 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
boolean |
Returns true if removal of the handler was successful. |
Parameters
Version
Introduced in version March 2017