SelectionEvent.remove Method

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

Description

Removes a handler from this event endpoint.

Syntax

"selectionEvent_var" is a variable referencing a SelectionEvent object.
returnValue = selectionEvent_var.remove(handler)
"selectionEvent_var" is a variable referencing a SelectionEvent object.

#include <Core/UserInterface/SelectionEvent.h>

returnValue = selectionEvent_var->remove(handler);

Return Value

Type Description
boolean Returns true if the handler was found and removed from the set of event handlers.

Parameters

Name Type Description
handler SelectionEventHandler A SelectionEventHandler that was previously added to this event with the add method.

Version

Introduced in version August 2014