Chapter Contents |
Previous |
Next |
SAS/AF Software: Class Dictionary |
Event handlers specified for the Combo Box Control class are described here.
Event | Method | Description |
.click | _onClick | Executes when the click event occurs |
.conformSize | _onConformSize | Executes when the conformSize event occurs |
.doubleClick | _onDoubleClick | Executes when the doubleClick event occurs |
.key | _onKey | Executes when the key event occurs |
.popup | _onPopup | Executes when the popup event occurs |
.returnKey | _onReturnKey | Executes when the returnKey event occurs |
.select | _onSelect | Executes when the select event occurs |
.valueChanged | _onValueChanged | Executes when the valueChanged event occurs |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.