Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

event?

Generic function

Summary

Returns true if the specified object is an event.

Signature

event? object => event?

Arguments

object
An instance of type <object>.

Values

event?
An instance of type <boolean>.

Library

duim-sheets

Module

duim-sheets

Description

Returns true if object is an instance of <event> or one of its subclasses.

See also

<event>, page 262


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index