About Download Help Library Script Library Forum Links







Application Web Session Var

MonkeyTerm Object Model

Object: EventCollection

This class holds a collection of userdefined events. It it through this class that any changes to events should be made.

 Property Item(Index As Variant) As clsEvent
 Function Count() As Variant
 Sub Add(EventType As eEventType, EventName As String, Command As String, DataValues As Collection, [Enabled As Boolean = True])
 Sub Remove(Index As Variant)
 Sub AddObject(objEvent As clsEvent)