ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / MouseLeftButtonDown Event




In This Topic
    MouseLeftButtonDown Event (ImGearARTForms)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Event MouseLeftButtonDown As ImGearARTForms.ImGearARTFormsMouseEventHandler
    'Usage
     
    Dim instance As ImGearARTForms
    Dim handler As ImGearARTForms.ImGearARTFormsMouseEventHandler
     
    AddHandler instance.MouseLeftButtonDown, handler
    public event ImGearARTForms.ImGearARTFormsMouseEventHandler MouseLeftButtonDown
    public: __event ImGearARTForms.ImGearARTFormsMouseEventHandler* MouseLeftButtonDown
    public:
    event ImGearARTForms.ImGearARTFormsMouseEventHandler^ MouseLeftButtonDown
    Event Data

    The event handler receives an argument of type ImGearARTFormsMouseEventArgs containing data related to this event. The following ImGearARTFormsMouseEventArgs properties provide information specific to this event.

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