RasterList.setEventHandler( [eventHandler] )
Specifies an event handler to be notified of list events.Parameters
| Name | Type | Description | |
|---|---|---|---|
| eventHandler | function | optional |
Callback function to be notified of
events in the list. Set to null to remove any
previously set event handler. |
Returns
| Type | Description |
|---|---|
| object | The list object. This allow for chaining multiple setter methods in one single statement. |