WebRequestEvent.remove Method

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

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

Parameters

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

Version

Introduced in version May 2016