The Selection 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.
(Inherited from InteractorCollection.)
Public eventPreviewMouseDown
Raised when a PreviewMouseDown event gets raised by any of the interactors in the selection.
Public eventPreviewMouseMove
Raised when a PreviewMouseMove event gets raised by any of the interactors in the selection.
Public eventPreviewMouseUp
Raised when a PreviewMouseUp event gets raised by any of the interactors in the selection.
Public eventRemoved
The Removed event will be fired whenever an element has been removed from the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.)

See Also