Accusoft.NotateXpress13.Net
MouseUp Event




Occurs when an annotation object receives a MouseUp event in Interactive Mode.
Syntax
'Declaration
 
<CategoryAttribute("NotateXpress")>
Public Event MouseUp As NotateXpress.MouseUpEventHandler
'Usage
 
Dim instance As NotateXpress
Dim handler As NotateXpress.MouseUpEventHandler
 
AddHandler instance.MouseUp, handler
[Category("NotateXpress")]
public event NotateXpress.MouseUpEventHandler MouseUp
[Category("NotateXpress")]
public: __event NotateXpress.MouseUpEventHandler* MouseUp
[Category("NotateXpress")]
public:
event NotateXpress.MouseUpEventHandler^ MouseUp
Event Data

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

PropertyDescription
ElementGets the element that was clicked on to generate the event.  
LayerGets the layer that was active at the time of the mouse up event.  
MouseButtonsGets the mouse button that was used to generate the mouse up event.  
ShiftGets the shift key state when the event was generated.  
XGets the x coordinate of the cursor where the mouse up event occured.  
YGets the y coordinate of the cursor where the mouse up event occured.  
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback