←Select platform

Move Event

Summary

Occurs when the user moves the mouse over the control.

Syntax
C#
VB
C++
public event EventHandler<InteractiveEventArgs> Move 
Public Event Move As EventHandler(Of Leadtools.Controls.InteractiveEventArgs) 
public:  
   event EventHandler<Leadtools::Controls::InteractiveEventArgs^>^ Move 
Remarks

The Move event is only available on devices that support a mouse pointer.

Event Data
ParameterTypeDescription
senderobjectThe source of the event.
eInteractiveEventArgsThe event data.
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.