←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly