ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / Annotator Class / MouseRightButtonDown Event




In This Topic
    MouseRightButtonDown Event (Annotator)
    In This Topic
    Occurs when the right mouse button is pressed while the mouse pointer is over or outside of an annotation mark.
    Syntax
    '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.

    PropertyDescription
    Gets mouse button event data.  
    Gets the annotation mark object the mouse pointer is over or null otherwise.  
    See Also