Removes a handler from this event endpoint.
"commandEvent_var" is a variable referencing a CommandEvent object.
|
"commandEvent_var" is a variable referencing a CommandEvent object.
|
Type | Description |
boolean | Returns true if the handler was found and removed from the set of event handlers. |
Name | Type | Description |
handler | CommandEventHandler | A CommandEventHandler that was previously added to this event with the add method. |