'Declaration Public Event MouseRightButtonDown As Annotator.ArtMouseButtonEventHandler
'Usage Dim instance As Annotator Dim handler As Annotator.ArtMouseButtonEventHandler AddHandler instance.MouseRightButtonDown, handler
public event Annotator.ArtMouseButtonEventHandler MouseRightButtonDown
public: __event Annotator.ArtMouseButtonEventHandler* MouseRightButtonDown
public: event Annotator.ArtMouseButtonEventHandler^ MouseRightButtonDown
Event Data
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. |
See Also