EventInfoCollection
 
 
 

EventInfoCollection

Introduced

v2.0

Description

This object holds a collection of EventInfo objects. You can access it via the XSIApplication.EventInfos property.

Methods

Filter      
       

Properties

Count operator Item operator    
       

Examples

VBScript Example

set coll = Application.EventInfos
LogMessage "EventInfo count: " & coll.count

See Also

XSIApplication.EventInfos