ActiveListAutoPlayStoppedEvent
TYPE DEFINITION
Represents an ActiveList autoPlay being stopped.
Can be fired for four reasons:
- The stop method on the ActiveList is called.
- The autoPlay reached the last of the items, which can only happen when isCircular is false.
- When all content items are removed when the autoPlay is playing. It will then stop automatically since there are no more items.
- When no more items are left active, in this case the autoPlay will stop as well.
Note: due to reasons 3 and 4 this event can be fired right before a 'REMOVED', 'REMOVED_MULTIPLE', 'DEACTIVATED' and 'DEACTIVATED_MULTIPLE' event.
Since 1.0.0
Extends ActiveListBaseEvent