ImageGear .NET - Updated
MouseRightButtonDown Event (ImGearARTForms)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : MouseRightButtonDown Event
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 ImGearARTForms.ImGearARTFormsMouseEventHandler
'Usage
 
Dim instance As ImGearARTForms
Dim handler As ImGearARTForms.ImGearARTFormsMouseEventHandler
 
AddHandler instance.MouseRightButtonDown, handler
public event ImGearARTForms.ImGearARTFormsMouseEventHandler MouseRightButtonDown
public: __event ImGearARTForms.ImGearARTFormsMouseEventHandler* MouseRightButtonDown
public:
event ImGearARTForms.ImGearARTFormsMouseEventHandler^ MouseRightButtonDown
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