ColorChooser Cancel Event
Description
In BBj 7.0 and higher, the ColorChooser Cancel Event represents a press of the ColorChooser's Cancel button.
| Mandatory/Optional | Mandatory. | 
| Event Mask Bit | N/A | 
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
| Field | Description | 
| context | Context of the window on which the cancel event occurred. | 
| code | x | 
| id | Control ID of the ColorChooser on which the cancel event occurred. | 
| flags | 0 | 
| x | ON_COLORCHOOSER_CANCEL | 
| y | 0 |