←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly