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