Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet) while the mouse pointer is over or outside of an annotation mark.
The event handler receives an argument of type ArtMouseButtonEventArgs containing data related to this event. The following ArtMouseButtonEventArgs properties provide information specific to this event.
Property | Description |
---|
EventData |
Gets mouse button event data.
|
Mark |
Gets the annotation mark object the mouse pointer is over or null otherwise.
|