Accusoft.NotateXpress13.Net
MouseMove Event




Occurs when the mouse is moved over an annotation object in Interactive Mode.
Syntax
'Declaration
 
<CategoryAttribute("NotateXpress")>
Public Event MouseMove As NotateXpress.MouseMoveEventHandler
'Usage
 
Dim instance As NotateXpress
Dim handler As NotateXpress.MouseMoveEventHandler
 
AddHandler instance.MouseMove, handler
[Category("NotateXpress")]
public event NotateXpress.MouseMoveEventHandler MouseMove
[Category("NotateXpress")]
public: __event NotateXpress.MouseMoveEventHandler* MouseMove
[Category("NotateXpress")]
public:
event NotateXpress.MouseMoveEventHandler^ MouseMove
Event Data

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

PropertyDescription
ElementGets the element that was clicked on to create the event.  
LayerGets the layer that was active at the time of the mouse move event.  
MouseButtonsGets the mouse button which generated the event.  
ShiftGets the shift key state when the event was generated.  
XGets the x coordinate of the cursor at the end of the mouse move event.  
YGets the y coordinate of the cursor at the end of the mouse move event.  
See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback