Chapter Contents

Previous

Next
Object Class: _setEventHandler

Object Class: _setEventHandler



Specify the action that takes place when a particular event occurs


Syntax
Details

Syntax

return = objectName._setEventHandler( );


Details

Values for Sender
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.