Inheritance diagram for COMEvents:
Properties | |
LPUNKNOWN R | _NewEnum [] |
Returns the enumerator for the collection. | |
VARIANT R | Item [[in] VARIANT Index] [] |
Returns the specified item in the collection. | |
long R | Count [] |
Returns the number of items in the collection. |
The COMConnectionPoint object is an collection of COMConnectionPoint objects.
The COMConnectionPoint object can be used for specifying event handlers for the associated COM object.
LPUNKNOWN R _NewEnum |
Returns the enumerator for the collection.
long R Count |
Returns the number of items in the collection.
VARIANT R Item[[in] VARIANT Index] | ( | ) |
Returns the specified item in the collection.