AnnotationBase Events |
The AnnotationBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AnchorAdjustedByUser |
Anchor has been adjusted by user.
| |
| DraggedByUser |
Dragged by user.
(Inherited from DraggableObject.) | |
| HighlightedStateChanged |
Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase.) | |
| LocationRelativeOffsetChangedByUser |
Location relative screen coordinate offset has been changed by user.
| |
| LocationScreenCoordinatesChangedByUser |
Location screen coordinates have been changed by user.
| |
| MouseClick |
Mouse button has been clicked.
(Inherited from UserInteractiveObject.) | |
| MouseDoubleClick |
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.) | |
| MouseDown |
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.) | |
| MouseOverOff |
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.) | |
| MouseOverOn |
Mouse has been moved over object.
(Inherited from UserInteractiveObject.) | |
| MouseUp |
Mouse button has been released.
(Inherited from UserInteractiveObject.) | |
| RotatedByUser |
Annotation has been rotated by user.
|