Click or drag to resize

AnnotationUI Events

The AnnotationUI type exposes the following members.

Events
  NameDescription
Public eventAnnotationControllerNotification
Raised after a property value has been changed.
Public eventClick
Raised when the annotation has been clicked with the mouse.
Public eventDoubleClick
Raised when the annotation has been double-clicked with the mouse.
Public eventGripPositionChanged
Raised when a grip for the annotation has been moved.
Public eventMouseDown
Raised when a mouse button is pressed while on top of the annotation.
Public eventMouseEnter
Raised when the mouse enters the annotation region.
Public eventMouseExit
Raised when the mouse exists the annotation region.
Public eventMouseMove
Raised when the mouse is moved over the annotation.
Public eventMouseUp
Raised when the mouse button is released from an annotation.
Public eventMoved
Raised when the annotation has been moved.
Public eventMoving
Raised while the annotation is being moved.
Public eventPropertyChanged
Raised when a property value has changed.
Public eventPropertyChanging
Raised when a property of the annotation or AnnotationData is going to be changed.
Public eventResized
Raised when the annotation has been resized.
Public eventResizing
Raised while the annotation is being resized.
Public eventRotated
Raised after the annotation has been rotated by the user.
Public eventRotating
Raise while an annotation is being rotated.
Public eventSelectedChanged
Raised when the Selected property changes.
Top
See Also