The InteractorCollection type exposes the following members.

Events

  NameDescription
Public eventInserted
The Inserted event will be fired whenever a new element has been inserted into to the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)
Public eventInvalidated
Fired when one or more interactors have become invalidated.
Public eventRemoved
The Removed event will be fired whenever an element has been removed from the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)

See Also