The Selection type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Inserted |
The Inserted event will be fired whenever a new element has been inserted
into to the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) | |
| Invalidated |
Fired when one or more interactors have become invalidated.
(Inherited from InteractorCollection.) | |
| PreviewMouseDown |
Raised when a PreviewMouseDown event gets raised by any of the interactors in the
selection.
| |
| PreviewMouseMove |
Raised when a PreviewMouseMove event gets raised by any of the interactors in the
selection.
| |
| PreviewMouseUp |
Raised when a PreviewMouseUp event gets raised by any of the interactors in the
selection.
| |
| Removed |
The Removed event will be fired whenever an element has been removed
from the collection.
(Inherited from Collection<(Of <(<'TElement>)>)>.) |