ValidateInputsEvent.remove Method

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

Description

Removes a handler from this event endpoint.

Syntax

"validateInputsEvent_var" is a variable referencing a ValidateInputsEvent object.
returnValue = validateInputsEvent_var.remove(handler)
"validateInputsEvent_var" is a variable referencing a ValidateInputsEvent object.

#include <Core/UserInterface/ValidateInputsEvent.h>

returnValue = validateInputsEvent_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 ValidateInputsEventHandler A ValidateInputsEventHandler that was previously added to this event with the add method.

Version

Introduced in version August 2014