Chapter Contents

Previous

Next
Object Class: _deleteEvent

Object Class: _deleteEvent



Deletes an event registered on a class or object


Syntax

Syntax

return = objectName._deleteEvent( eventName );
return = objectName._deleteEvent( eventName, method );

Argument Type Use Description
return Numeric Return returns a value indicating whether the event was successfully deleted: 0 if successful, 1 if not successful
eventName Character Input specifies the name of the event to delete
method Character Input specifies the name of the method that triggers the event. Used to uniquely identify which event to delete when multiple events by the same name exist


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.