Interface IST_ListOfObjectWithEvents
Namespace: STScriptTypes
Assembly: STScriptTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("87E1C469-A29D-482F-86EB-C828ED76C9B1")]
public interface IST_ListOfObjectWithEventsProperties
Count
Declaration
int Count { get; }Property Value
| Type | Description | 
|---|---|
| int | 
EventedObject[int]
Declaration
IST_ObjectWithEvents EventedObject[int Index] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| int | Index | 
Property Value
| Type | Description | 
|---|---|
| IST_ObjectWithEvents |