Description
This method is used for iteration through the collection of the ObjEvent
objects to which the given iterator provides access. Next
moves the ObjEventIterator
object to the next ObjEvent
object to retrieve. To determine if the next object exists, use the ObjEventIterator.Next
method.
Declaration
ObjEventIteratorObj.Next()
ObjEventIteratorObj | An expression, variable or parameter that specifies a reference to an ObjEventIterator object | |||
Result | An ObjEvent object |
Applies To
The method is applied to the following object:
Result Value
The ObjEvent
object that provides information about the object’s event.