MouseMoveEventHandler Delegate (original) (raw)
Summary
Represents the method that will handle an event that has received MouseMoveEventArgs data.
Syntax
Parameters
sender
The source of the event.
Remarks
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.
Leadtools.Multimedia Assembly