Click or drag to resize

EventScriptsList Class

A list of EventScript objects.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCCtcObjectListBaseEventScript
    RRAutoLib.CTCEventScriptsList

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public NotInheritable Class EventScriptsList
	Inherits CtcObjectListBase(Of EventScript)

The EventScriptsList type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Creates and adds a new object to the CTC list.
(Inherited from CtcObjectListBaseT.)
Public methodAdd(T)
Adds a given object to the CTC list.
(Inherited from CtcObjectListBaseT.)
Public methodContains (Inherited from CtcObjectListBaseT.)
Public methodGetEnumerator (Inherited from CtcObjectListBaseT.)
Public methodGetEnumeratorOfT (Inherited from CtcObjectListBaseT.)
Public methodMoveFirst
Repositions list item to be first in the list.
(Inherited from CtcObjectListBaseT.)
Public methodMoveLast
Repositions list item to be last in the list.
(Inherited from CtcObjectListBaseT.)
Public methodRemove
Removes an object from the CTC list.
(Inherited from CtcObjectListBaseT.)
Top
See Also