Adds an event handler to this event endpoint.
"selectionEvent_var" is a variable referencing a SelectionEvent object. |
"selectionEvent_var" is a variable referencing a SelectionEvent object. |
| Type | Description |
| boolean | Returns true if the handler was successfully added to the set of event handlers. |
| Name | Type | Description |
| handler | SelectionEventHandler | The client implemented SelectionEventHandler to be called when this event is triggered. |