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