Represents the method that will handle an event that has received MouseMoveEventArgs data.
public delegate void MouseMoveEventHandler(
object sender,
MouseMoveEventArgs e
)
Public Delegate Sub MouseMoveEventHandler( _
ByVal sender As Object, _
ByVal e As Leadtools.Mediafoundation.MouseMoveEventArgs _
)
public delegate void MouseMoveEventHandler(
Object^ sender,
Leadtools.Mediafoundation.MouseMoveEventArgs^ e
)
sender
The source of the event.
e
A MouseMoveEventArgs object that contains the event data.
Represents the method that will handle an event that has received MouseMoveEventArgs data. When the MouseMoveEvent event is raised in a toolkit object, any subscribed event handlers in your code will be called. See the Microsoft documentation on .NET Events and Delegates for more information about .NET delegates and events.
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