ImageGear23.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : MouseRightButtonUp Event |
'Declaration Public Event MouseRightButtonUp As ImGearARTForms.ImGearARTFormsMouseEventHandler
'Usage Dim instance As ImGearARTForms Dim handler As ImGearARTForms.ImGearARTFormsMouseEventHandler AddHandler instance.MouseRightButtonUp, handler
public event ImGearARTForms.ImGearARTFormsMouseEventHandler MouseRightButtonUp
public: __event ImGearARTForms.ImGearARTFormsMouseEventHandler* MouseRightButtonUp
public: event ImGearARTForms.ImGearARTFormsMouseEventHandler^ MouseRightButtonUp
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.
Property | Description |
---|---|
EventData | Gets mouse event data. |
Mark | Gets the annotation mark object the mouse pointer is over or null otherwise. |