| Applies To: | CoolBand | CoolBar | Form | SubForm | ToolControl |
Description
If enabled, this event is reported by a host object just before it accepts a client object docking operation. This event is reported (by the host) immediately after the DockRequest is reported (by the client).
The event message reported as the result of ⎕DQ, or supplied as the right argument to your callback function, is a 7-element vector as follows :
| [1] | Object | ref or character vector |
| [2] | Event | 'DockAccept' or 483 |
| [3] | Client Object | ref or character vector |
| [4] | Edge | character vector |
| [5] | y-position | number |
| [6] | x-position | number |
| [7] | Outline rectangle | 4-element nested |
Elements 4-7 of this event message are the same as those reported by DockMove, and the effect of a callback function is identical. See DockMove for further information.