C#
VB
C++
Occurs when the user moves the mouse over the control.
public event EventHandler<InteractiveEventArgs> Move
Public Event Move As EventHandler(Of Leadtools.Controls.InteractiveEventArgs)
public:
event EventHandler<Leadtools::Controls::InteractiveEventArgs^>^ Move
The Move event is only available on devices that support a mouse pointer.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | InteractiveEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET