Chapter Contents |
Previous |
Next |
Object Class: _setEventHandler |
Syntax | |
Details |
Syntax |
return = objectName._setEventHandler( ); |
Details |
Value | Type |
Description |
---|---|---|
an object ID | N | sender is an object ID of an object |
* | C | sender is any sender. This declares that the action should take place whenever the named event occurs, regardless of the sender of the event. |
NAME | C | sender is a valid widget name; the name of a widget on the same frame as the widget identified in object-id. NAME can only be used if the action is sent to a widget on a frame. |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.