RasterDialog.setEventHandler( eventHandler )
Specifies an event handler to be notified after the user has performed a dialog action such as move, resize, close, etc.Parameters
| Name | Type | Description | |
|---|---|---|---|
| eventHandler | function |
Reference to the event handler function.
Set to null to remove any previously set handlers. |
Returns
| Type | Description |
|---|---|
| object | The dialog object. This allow for chaining multiple setter methods in one single statement. |