Chapter Contents |
Previous |
Next |
SAS/AF Software: Class Dictionary |
Event handlers specified for the Tree View Control class are described here.
Event | Method | Description |
.beginEdit | _onBeginEdit | Executes when the beginEdit event occurs |
.click | _onClick | Executes when the click event occurs |
.collapse | _onCollapse | Executes when the collapse event occurs |
.deleteNode | _onDeleteNode | Executes when the deleteNode event occurs |
.doubleClick | _onDoubleClick | Executes when the doubleClick event occurs |
.endEdit | _onEndEdit | Executes when the endEdit event occurs |
.expand | _onExpand | Executes when the expand event occurs |
.popup | _onPopup | Executes when the popup event occurs |
.resize | _onResize | Executes when the resize event occurs |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.