RasterSplitter.setEventHandler( eventHandler )
Specifies an event handler to be notified after the user has resized the splitter. This handler can be used to enforce specific minimum/maximum sizes for the splitter.Parameters
Name | Type | Description | |
---|---|---|---|
eventHandler | function |
Reference to the event handler. Set to null
to remove any previously set handler. |
Returns
Type | Description |
---|---|
object | The splitter object. This allow for chaining multiple setter methods in one single statement. |