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